fn plan_table_function_internal(
    qcx: &QueryContext<'_>,
    _: &Function<Aug>,
    with_ordinality: bool,
    table_name: Option<FullItemName>
) -> Result<(HirRelationExpr, Scope), PlanError>
Expand description

Plans a table function.

You generally should call plan_rows_from or plan_solitary_table_function instead to get the appropriate aliasing behavior.