pub type ScalarFunction = fn(input: &RecordBatch) -> Result<RecordBatch>;Expand description
A scalar function that operates on a record batch.
pub type ScalarFunction = fn(input: &RecordBatch) -> Result<RecordBatch>;A scalar function that operates on a record batch.