Package | Description |
---|---|
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
SchemaEvolution |
TreeReaderFactory.Context.getSchemaEvolution() |
SchemaEvolution |
TreeReaderFactory.ReaderContext.getSchemaEvolution() |
Modifier and Type | Method and Description |
---|---|
static int[] |
RecordReaderImpl.mapSargColumnsToOrcInternalColIdx(List<PredicateLeaf> sargLeaves,
SchemaEvolution evolution)
Find the mapping from predicate leaves to columns.
|
TreeReaderFactory.ReaderContext |
TreeReaderFactory.ReaderContext.setSchemaEvolution(SchemaEvolution evolution) |
Constructor and Description |
---|
SargApplier(SearchArgument sarg,
long rowIndexStride,
SchemaEvolution evolution,
OrcFile.WriterVersion writerVersion,
boolean useUTCTimestamp)
Deprecated.
Use the constructor having full parameters. This exists for backward compatibility.
|
SargApplier(SearchArgument sarg,
long rowIndexStride,
SchemaEvolution evolution,
OrcFile.WriterVersion writerVersion,
boolean useUTCTimestamp,
boolean writerUsedProlepticGregorian,
boolean convertToProlepticGregorian) |
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.