Expand description
Helper functions for value coercion and data preparation used during inserts.
Functions§
- build_
array_ for_ column - Build an Arrow array that matches the executor column’s data type from the provided values.
- normalize_
insert_ value_ for_ column - Coerce a
PlanValueinto the Arrow data type required by the executor column. - resolve_
insert_ columns - 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.