Uses of Interface
io.trino.plugin.iceberg.PartitionTransforms.ValueTransform
Packages that use PartitionTransforms.ValueTransform
-
Uses of PartitionTransforms.ValueTransform in io.trino.plugin.iceberg
Methods in io.trino.plugin.iceberg that return PartitionTransforms.ValueTransformModifier and TypeMethodDescriptionPartitionTransforms.ValueTransform.from(Type sourceType, LongUnaryOperator transform) PartitionTransforms.ValueTransform.fromTimestampTzTransform(ToLongFunction<LongTimestampWithTimeZone> transform) PartitionTransforms.ColumnTransform.getValueTransform()Constructors in io.trino.plugin.iceberg with parameters of type PartitionTransforms.ValueTransformModifierConstructorDescriptionColumnTransform(Type type, boolean preservesNonNull, boolean monotonic, Function<Block, Block> blockTransform, PartitionTransforms.ValueTransform valueTransform)