pub fn build_array_for_column( dtype: &DataType, values: &[PlanValue], ) -> Result<ArrayRef>
Build an Arrow array that matches the executor column’s data type from the provided values.