Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.impl.writer |
Modifier and Type | Method and Description |
---|---|
PhysicalWriter.OutputReceiver |
PhysicalWriter.createDataStream(StreamName name)
Create an OutputReceiver for the given name.
|
void |
PhysicalWriter.writeBloomFilter(StreamName name,
OrcProto.BloomFilterIndex.Builder bloom,
CompressionCodec codec)
Write a bloom filter index in the given stream name.
|
void |
PhysicalWriter.writeIndex(StreamName name,
OrcProto.RowIndex.Builder index,
CompressionCodec codec)
Write an index in the given stream name.
|
Modifier and Type | Method and Description |
---|---|
int |
StreamName.compareTo(StreamName streamName) |
org.apache.orc.impl.PhysicalFsWriter.BufferedStream |
PhysicalFsWriter.createDataStream(StreamName name) |
void |
PhysicalFsWriter.writeBloomFilter(StreamName name,
OrcProto.BloomFilterIndex.Builder bloom,
CompressionCodec codec) |
void |
PhysicalFsWriter.writeIndex(StreamName name,
OrcProto.RowIndex.Builder index,
CompressionCodec codec) |
Modifier and Type | Method and Description |
---|---|
void |
TreeReaderFactory.NullTreeReader.startStripe(Map<StreamName,InStream> streams,
OrcProto.StripeFooter footer) |
Modifier and Type | Method and Description |
---|---|
void |
WriterContext.writeBloomFilter(StreamName name,
OrcProto.BloomFilterIndex.Builder bloom) |
void |
WriterContext.writeIndex(StreamName name,
OrcProto.RowIndex.Builder index) |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.