| Package | Description | 
|---|---|
| org.apache.orc.impl | |
| org.apache.orc.impl.writer | |
| org.apache.orc.util | 
| Modifier and Type | Method and Description | 
|---|---|
| static SearchArgument.TruthValue | RecordReaderImpl. evaluatePredicate(ColumnStatistics stats,
                 PredicateLeaf predicate,
                 BloomFilter bloomFilter)Evaluate a predicate with respect to the statistics from the column
 that is referenced in the predicate. | 
| static SearchArgument.TruthValue | RecordReaderImpl. evaluatePredicate(ColumnStatistics stats,
                 PredicateLeaf predicate,
                 BloomFilter bloomFilter,
                 boolean useUTCTimestamp)Evaluate a predicate with respect to the statistics from the column
 that is referenced in the predicate. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected BloomFilter | TreeWriterBase. bloomFilter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BloomFilterUtf8This 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BloomFilter | BloomFilterIO. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BloomFilter. merge(BloomFilter that)Merge the specified bloom filter with current bloom filter. | 
| static void | BloomFilterIO. serialize(OrcProto.BloomFilter.Builder builder,
         BloomFilter bloomFilter)Serialize the BloomFilter to the ORC file. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.