Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.impl.reader | |
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)
Write a bloom filter index in the given stream name.
|
void |
PhysicalWriter.writeIndex(StreamName name,
OrcProto.RowIndex.Builder index)
Write an index in the given stream name.
|
void |
PhysicalWriter.writeStatistics(StreamName name,
OrcProto.ColumnStatistics.Builder statistics)
Write a stripe or file statistics to the file.
|
Modifier and Type | Field and Description |
---|---|
protected Map<StreamName,org.apache.orc.impl.PhysicalFsWriter.BufferedStream> |
PhysicalFsWriter.VariantTracker.streams |
Modifier and Type | Method and Description |
---|---|
int |
StreamName.compareTo(@NotNull StreamName streamName) |
org.apache.orc.impl.PhysicalFsWriter.BufferedStream |
PhysicalFsWriter.createDataStream(StreamName name) |
protected OutputStream |
PhysicalFsWriter.createIndexStream(StreamName name) |
org.apache.orc.impl.PhysicalFsWriter.BufferedStream |
PhysicalFsWriter.VariantTracker.createStream(StreamName name) |
static Consumer<byte[]> |
CryptoUtils.modifyIvForStream(StreamName name,
long stripeId)
Update the unique IV for each stream within a single key.
|
void |
PhysicalFsWriter.writeBloomFilter(StreamName name,
OrcProto.BloomFilterIndex.Builder bloom) |
void |
PhysicalFsWriter.writeIndex(StreamName name,
OrcProto.RowIndex.Builder index) |
void |
PhysicalFsWriter.writeStatistics(StreamName name,
OrcProto.ColumnStatistics.Builder statistics) |
Modifier and Type | Method and Description |
---|---|
InStream |
StripePlanner.getStream(StreamName name)
Get the stream for the given name.
|
Modifier and Type | Method and Description |
---|---|
OutStream |
WriterContext.createStream(StreamName name)
Create a stream to store part of a column.
|
void |
WriterContext.writeBloomFilter(StreamName name,
OrcProto.BloomFilterIndex.Builder bloom) |
void |
WriterContext.writeIndex(StreamName name,
OrcProto.RowIndex.Builder index) |
void |
WriterContext.writeStatistics(StreamName name,
OrcProto.ColumnStatistics.Builder stats)
Set the column statistics for the stripe or file.
|
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.