Function iceberg::transform::create_transform_function

source ยท
pub fn create_transform_function(
    transform: &Transform,
) -> Result<BoxedTransformFunction>
Expand description

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