Uses of Class
org.apache.orc.util.BloomFilter
Packages that use BloomFilter
-
Uses of BloomFilter in org.apache.orc.impl
Methods in org.apache.orc.impl with parameters of type BloomFilterModifier and TypeMethodDescriptionstatic org.apache.hadoop.hive.ql.io.sarg.SearchArgument.TruthValueRecordReaderImpl.evaluatePredicate(ColumnStatistics stats, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf predicate, BloomFilter bloomFilter) Evaluate a predicate with respect to the statistics from the column that is referenced in the predicate.static org.apache.hadoop.hive.ql.io.sarg.SearchArgument.TruthValueRecordReaderImpl.evaluatePredicate(ColumnStatistics stats, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf predicate, BloomFilter bloomFilter, boolean useUTCTimestamp) Evaluate a predicate with respect to the statistics from the column that is referenced in the predicate. -
Uses of BloomFilter in org.apache.orc.impl.writer
Fields in org.apache.orc.impl.writer declared as BloomFilter -
Uses of BloomFilter in org.apache.orc.util
Subclasses of BloomFilter in org.apache.orc.utilModifier and TypeClassDescriptionclassThis class represents the fix from ORC-101 where we fixed the bloom filter from using the JVM's default character set to always using UTF-8.Methods in org.apache.orc.util that return BloomFilterModifier and TypeMethodDescriptionstatic BloomFilterBloomFilterIO.deserialize(OrcProto.Stream.Kind kind, OrcProto.ColumnEncoding encoding, OrcFile.WriterVersion fileVersion, TypeDescription.Category type, OrcProto.BloomFilter bloomFilter) Deserialize a bloom filter from the ORC file.Methods in org.apache.orc.util with parameters of type BloomFilterModifier and TypeMethodDescriptionvoidBloomFilter.merge(BloomFilter that) Merge the specified bloom filter with current bloom filter.static voidBloomFilterIO.serialize(OrcProto.BloomFilter.Builder builder, BloomFilter bloomFilter) Serialize the BloomFilter to the ORC file.