fn create_tvf(
name: &str,
alias: TableAlias,
args: Vec<FunctionArg>,
with_ordinality: bool,
) -> TableFactor
Expand description
Create a table view function.
fn create_tvf(
name: &str,
alias: TableAlias,
args: Vec<FunctionArg>,
with_ordinality: bool,
) -> TableFactor
Create a table view function.