MCPcopy Create free account
hub / github.com/apache/datafusion / evaluate

Method evaluate

datafusion/physical-expr/src/async_scalar_function.rs:218–221  ·  view source on GitHub ↗
(&self, _batch: &RecordBatch)

Source from the content-addressed store, hash-verified

216 }
217
218 fn evaluate(&self, _batch: &RecordBatch) -> Result<ColumnarValue> {
219 // TODO: implement this for scalar value input
220 not_impl_err!("AsyncFuncExpr.evaluate")
221 }
222
223 fn children(&self) -> Vec<&Arc<dyn PhysicalExpr>> {
224 self.func.children()

Callers 1

invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected