Uses of Class
org.apache.orc.impl.StreamName
Package
Description
-
Uses of StreamName in org.apache.orc
Modifier and TypeMethodDescriptionPhysicalWriter.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. -
Uses of StreamName in org.apache.orc.impl
Modifier and TypeFieldDescriptionprotected final Map<StreamName,
org.apache.orc.impl.PhysicalFsWriter.BufferedStream> PhysicalFsWriter.VariantTracker.streams
Modifier and TypeMethodDescriptionint
StreamName.compareTo
(@NotNull StreamName streamName) PhysicalFsWriter.createDataStream
(StreamName name) protected OutputStream
PhysicalFsWriter.createIndexStream
(StreamName name) 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) -
Uses of StreamName in org.apache.orc.impl.reader
Modifier and TypeMethodDescriptionStripePlanner.getStream
(StreamName name) Get the stream for the given name. -
Uses of StreamName in org.apache.orc.impl.writer
Modifier and TypeMethodDescriptionWriterContext.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.