Type Alias arrow_udf::ScalarFunction

source ·
pub type ScalarFunction = fn(input: &RecordBatch) -> Result<RecordBatch>;
Expand description

A scalar function that operates on a record batch.