pub type UdtfBodyFn = Arc<dyn Fn(&[ScalarValue]) -> Result<RecordBatch, UdfError> + Send + Sync>;Expand description
Body-function type alias for runtime-registered UDTFs.
Aliased Type§
pub struct UdtfBodyFn { /* private fields */ }pub type UdtfBodyFn = Arc<dyn Fn(&[ScalarValue]) -> Result<RecordBatch, UdfError> + Send + Sync>;Body-function type alias for runtime-registered UDTFs.
pub struct UdtfBodyFn { /* private fields */ }