Function evaluate_all
Source pub fn evaluate_all(
plan: &Plan,
exprs: &[ExprRef],
schema: &Schema,
chunk: &Chunk,
) -> Result<Vec<Vector>>
Expand description
Evaluates a list of expressions over one chunk.
ยงErrors
Anything evaluate reports, on the first expression that reports it.