fn evaluate_list(
list: &[Arc<dyn PhysicalExpr>],
batch: &RecordBatch,
) -> Result<ArrayRef>Expand description
Evaluates the list of expressions into an array, flattening any dictionaries
fn evaluate_list(
list: &[Arc<dyn PhysicalExpr>],
batch: &RecordBatch,
) -> Result<ArrayRef>Evaluates the list of expressions into an array, flattening any dictionaries