Package app.babylon.table.transform
Class TransformRegistry
java.lang.Object
app.babylon.table.transform.TransformRegistry
Deprecated, for removal: This API element is subject to removal in a future version.
Registry for the legacy table-backed transform factory format.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated, for removal: This API element is subject to removal in a future version.UseQuickTransformsextension methods instead. -
Method Summary
Modifier and TypeMethodDescriptionapply(TableColumnar table, TableColumnar transformSet) Deprecated, for removal: This API element is subject to removal in a future version.Store and apply DSL statements instead of the fixedTransformSetSchematable shape.static TransformRegistry.Builderbuilder()Deprecated, for removal: This API element is subject to removal in a future version.UseQuickTransformsextension methods instead.Deprecated, for removal: This API element is subject to removal in a future version.Parse a DSL statement withQuickTransformsinstead.Deprecated, for removal: This API element is subject to removal in a future version.UseQuickTransformsextension methods instead.
-
Method Details
-
builder
Deprecated, for removal: This API element is subject to removal in a future version.UseQuickTransformsextension methods instead. -
toBuilder
Deprecated, for removal: This API element is subject to removal in a future version.UseQuickTransformsextension methods instead. -
create
@Deprecated(since="0.3.22", forRemoval=true) public Transform create(String functionName, String... params) Deprecated, for removal: This API element is subject to removal in a future version.Parse a DSL statement withQuickTransformsinstead. -
apply
@Deprecated(since="0.3.22", forRemoval=true) public TableColumnar apply(TableColumnar table, TableColumnar transformSet) Deprecated, for removal: This API element is subject to removal in a future version.Store and apply DSL statements instead of the fixedTransformSetSchematable shape.
-
QuickTransformsto parse persisted transform statements. The DSL replaces this fixed function-name/parameter registry and this type is expected to be removed in a future release.