Module transform

Source
Expand description

Transform function used to compute partition values.

Traits§

TransformFunction
TransformFunction is a trait that defines the interface for all transform functions.

Functions§

create_transform_function
create_transform_function creates a boxed trait object of TransformFunction from a Transform.

Type Aliases§

BoxedTransformFunction
BoxedTransformFunction is a boxed trait object of TransformFunction.