pub fn resolve_insert_columns(
columns: &[String],
schema: &ExecutorSchema,
) -> Result<Vec<usize>>Expand description
Resolve the user-specified column list for an INSERT statement into indexes of the executor schema. If no columns were provided, return the identity order.