Class PartitionTransforms.ColumnTransform

java.lang.Object
io.trino.plugin.iceberg.PartitionTransforms.ColumnTransform
Enclosing class:
PartitionTransforms

public static class PartitionTransforms.ColumnTransform extends Object
  • Constructor Details

  • Method Details

    • getType

      public Type getType()
      Result type.
    • preservesNonNull

      public boolean preservesNonNull()
    • isMonotonic

      public boolean isMonotonic()
    • isTemporal

      public boolean isTemporal()
    • getBlockTransform

      public Function<Block,Block> getBlockTransform()
    • getValueTransform

      public PartitionTransforms.ValueTransform getValueTransform()