Expand description
Transform function used to compute partition values.
Traits§
- TransformFunction is a trait that defines the interface for all transform functions.
Functions§
- create_transform_function creates a boxed trait object of TransformFunction from a Transform.
Type Aliases§
- BoxedTransformFunction is a boxed trait object of TransformFunction.