Uses of Class
software.amazon.awscdk.services.s3tables.alpha.IcebergTransform
Packages that use IcebergTransform
Package
Description
Amazon S3 Tables Construct Library
-
Uses of IcebergTransform in software.amazon.awscdk.services.s3tables.alpha
Fields in software.amazon.awscdk.services.s3tables.alpha declared as IcebergTransformModifier and TypeFieldDescriptionstatic final IcebergTransformIcebergTransform.DAY(experimental) Transform a timestamp/date field to day.static final IcebergTransformIcebergTransform.HOUR(experimental) Transform a timestamp field to hour.static final IcebergTransformIcebergTransform.IDENTITY(experimental) Use the column value as the transform value without transformation.static final IcebergTransformIcebergTransform.MONTH(experimental) Transform a timestamp/date field to month.static final IcebergTransformIcebergTransform.YEAR(experimental) Transform a timestamp/date field to year.Methods in software.amazon.awscdk.services.s3tables.alpha that return IcebergTransformModifier and TypeMethodDescriptionstatic IcebergTransform(experimental) Transform values into a fixed number of buckets.IcebergPartitionField.getTransform()(experimental) The partition transform function.final IcebergTransformIcebergPartitionField.Jsii$Proxy.getTransform()IcebergSortField.getTransform()(experimental) The sort transform function.final IcebergTransformIcebergSortField.Jsii$Proxy.getTransform()static IcebergTransform(experimental) Create a custom transform from a string value.static IcebergTransform(experimental) Truncate values to a fixed width.Methods in software.amazon.awscdk.services.s3tables.alpha with parameters of type IcebergTransformModifier and TypeMethodDescriptionIcebergPartitionField.Builder.transform(IcebergTransform transform) Sets the value ofIcebergPartitionField.getTransform()IcebergSortField.Builder.transform(IcebergTransform transform) Sets the value ofIcebergSortField.getTransform()