Expand description
Module that can be imported with use udf::prelude::*; to quickly get the
most often used imports.
Re-exports
pub use crate::traits::AggregateUdf;pub use crate::traits::BasicUdf;pub use crate::types::ProcessError;Structs
A collection of SQL arguments
Typestate marker for the initialization phase
Typestate marker for the processing phase
A single SQL argument, including its attributes
Attribute Macros
Examples