Skip to main content

Module enum_aggregation_udf

Module enum_aggregation_udf 

Source

Structsยง

Builder
A builder for EnumAggregationUdf
Complete
The final stage for EnumAggregationUdf.
EnumAggregationUdf
A user-defined enum aggregation. The supported ABI is a Rust function with one vector input and a String return value. Numeric input series use Vec<f64> and enum input series use Vec<String>.
SourceStage
The source stage for Builder.