Package org.apache.iceberg.util
Class BucketUtil
java.lang.Object
org.apache.iceberg.util.BucketUtil
Contains the logic for hashing various types for use with the
bucket
partition
transformations-
Method Summary
Modifier and TypeMethodDescriptionstatic int
hash
(double value) static int
hash
(float value) static int
hash
(int value) static int
hash
(long value) static int
hash
(CharSequence value) static int
hash
(BigDecimal value) static int
hash
(ByteBuffer value) static int
-
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
-
hash
-
hash
-
hash
-