Function sql_impl_table_func

Source
fn sql_impl_table_func(sql: &'static str) -> Operation<TableFuncPlan>
Expand description

Implements a table function using SQL.

Warning: These implementations are currently defective for WITH ORDINALITY / FROM ROWS, see comment in plan_table_function_internal.