| Package | Description | 
|---|---|
| org.apache.orc | |
| org.apache.orc.impl | |
| org.apache.orc.impl.filter | |
| org.apache.orc.impl.filter.leaf | |
| org.apache.orc.impl.writer | 
| Modifier and Type | Field and Description | 
|---|---|
| static OrcFile.Version | OrcFile.Version. CURRENT | 
| Modifier and Type | Method and Description | 
|---|---|
| static OrcFile.Version | OrcFile.Version. byName(String name) | 
| OrcFile.Version | Reader. getFileVersion()Get the file format version. | 
| OrcFile.Version | OrcFile.WriterOptions. getVersion() | 
| static OrcFile.Version | OrcFile.Version. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static OrcFile.Version[] | OrcFile.Version. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| OrcFile.WriterOptions | OrcFile.WriterOptions. version(OrcFile.Version value)Sets the version of the file that will be written. | 
| Modifier and Type | Method and Description | 
|---|---|
| OrcFile.Version | TreeReaderFactory.Context. getFileFormat() | 
| OrcFile.Version | TreeReaderFactory.ReaderContext. getFileFormat() | 
| OrcFile.Version | ReaderImpl. getFileVersion() | 
| static OrcFile.Version | ReaderImpl. getFileVersion(List<Integer> versionList) | 
| Modifier and Type | Method and Description | 
|---|---|
| TreeReaderFactory.ReaderContext | TreeReaderFactory.ReaderContext. fileFormat(OrcFile.Version version) | 
| static boolean | TreeReaderFactory. isDecimalAsLong(OrcFile.Version version,
               int precision) | 
| Modifier and Type | Method and Description | 
|---|---|
| static BatchFilter | FilterFactory. createBatchFilter(Reader.Options opts,
                 TypeDescription readSchema,
                 boolean isSchemaCaseAware,
                 OrcFile.Version version,
                 boolean normalize,
                 String filePath,
                 Configuration conf)Create a BatchFilter. | 
| static VectorFilter | FilterFactory. createSArgFilter(ExpressionTree expr,
                Set<String> colIds,
                List<PredicateLeaf> leaves,
                TypeDescription readSchema,
                boolean isSchemaCaseAware,
                OrcFile.Version version) | 
| Modifier and Type | Method and Description | 
|---|---|
| static VectorFilter | LeafFilterFactory. createLeafVectorFilter(PredicateLeaf leaf,
                      Set<String> colIds,
                      TypeDescription readSchema,
                      boolean isSchemaCaseAware,
                      OrcFile.Version version,
                      boolean negated) | 
| Modifier and Type | Method and Description | 
|---|---|
| OrcFile.Version | WriterContext. getVersion()Get the version of the file to write. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.