Uses of Class
org.apache.orc.impl.StreamName
Packages that use StreamName
Package
Description
-
Uses of StreamName in org.apache.orc
Methods in org.apache.orc with parameters of type StreamNameModifier 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
Fields in org.apache.orc.impl with type parameters of type StreamNameModifier and TypeFieldDescriptionprotected final Map<StreamName,
org.apache.orc.impl.PhysicalFsWriter.BufferedStream> PhysicalFsWriter.VariantTracker.streams
Methods in org.apache.orc.impl with parameters of type StreamNameModifier 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
Methods in org.apache.orc.impl.reader with parameters of type StreamNameModifier and TypeMethodDescriptionStripePlanner.getStream
(StreamName name) Get the stream for the given name. -
Uses of StreamName in org.apache.orc.impl.writer
Methods in org.apache.orc.impl.writer with parameters of type StreamNameModifier 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.