Function mz_sql::plan::statement::dml::describe_copy_from_table

source ยท
pub fn describe_copy_from_table(
    scx: &StatementContext<'_>,
    table_name: <Aug as AstInfo>::ItemName,
    columns: Vec<Ident>,
) -> Result<StatementDesc, PlanError>