Class BucketUtil

java.lang.Object
org.apache.iceberg.util.BucketUtil

public class BucketUtil extends Object
Contains the logic for hashing various types for use with the bucket partition transformations
  • Method Details

    • hash

      public static int hash(int value)
    • hash

      public static int hash(long value)
    • hash

      public static int hash(float value)
    • hash

      public static int hash(double value)
    • hash

      public static int hash(CharSequence value)
    • hash

      public static int hash(ByteBuffer value)
    • hash

      public static int hash(UUID value)
    • hash

      public static int hash(BigDecimal value)