Function coord::catalog::migrate::ast_rewrite_csv_column_aliases_0_9_2[][src]

fn ast_rewrite_csv_column_aliases_0_9_2(
    stmt: &mut Statement<Raw>
) -> Result<(), Error>
Expand description

Rewrite CSV sources to use the explicit FORMAT CSV WITH HEADER (name, ...) syntax

This provides us an explicit check that we are reading the correct columns, and also allows us to in the future correctly loosen the semantics of our column aliases syntax to not exactly match the number of columns in a source.