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 SummaryModifier and TypeMethodDescriptionstatic inthash(byte[] value) static inthash(double value) static inthash(float value) static inthash(int value) static inthash(long value) static inthash(CharSequence value) static inthash(BigDecimal value) static inthash(ByteBuffer value) static int
- 
Method Details- 
hashpublic static int hash(int value) 
- 
hashpublic static int hash(long value) 
- 
hashpublic static int hash(float value) 
- 
hashpublic static int hash(double value) 
- 
hash
- 
hashpublic static int hash(byte[] value) 
- 
hash
- 
hash
- 
hash
 
-