Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.impl.reader |
Modifier and Type | Method and Description |
---|---|
DataReader |
DataReader.clone()
Clone the entire state of the DataReader with the assumption that the
clone will be closed at a different time.
|
DataReader |
Reader.Options.getDataReader() |
Modifier and Type | Method and Description |
---|---|
Reader.Options |
Reader.Options.dataReader(DataReader value) |
Modifier and Type | Method and Description |
---|---|
static DataReader |
RecordReaderUtils.createDefaultDataReader(DataReaderProperties properties) |
Constructor and Description |
---|
StripePlanner(TypeDescription schema,
ReaderEncryption encryption,
DataReader dataReader,
OrcFile.WriterVersion version,
boolean ignoreNonUtf8BloomFilter,
long maxBufferSize)
Create a stripe parser.
|
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.