Uses of Class
org.apache.parquet.format.XxHash
-
Packages that use XxHash Package Description org.apache.parquet.format -
-
Uses of XxHash in org.apache.parquet.format
Methods in org.apache.parquet.format that return XxHash Modifier and Type Method Description XxHashXxHash. deepCopy()XxHashBloomFilterHash. getXXHASH()xxHash Strategy.Methods in org.apache.parquet.format with parameters of type XxHash Modifier and Type Method Description intXxHash. compareTo(XxHash other)booleanXxHash. equals(XxHash that)voidBloomFilterHash. setXXHASH(XxHash value)xxHash Strategy.static BloomFilterHashBloomFilterHash. XXHASH(XxHash value)Constructors in org.apache.parquet.format with parameters of type XxHash Constructor Description XxHash(XxHash other)Performs a deep copy on other.
-