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.voidPhysicalWriter.writeBloomFilter(StreamName name, OrcProto.BloomFilterIndex.Builder bloom) Write a bloom filter index in the given stream name.voidPhysicalWriter.writeIndex(StreamName name, OrcProto.RowIndex.Builder index) Write an index in the given stream name.voidPhysicalWriter.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.streamsMethods in org.apache.orc.impl with parameters of type StreamNameModifier and TypeMethodDescriptionintStreamName.compareTo(@NotNull StreamName streamName) PhysicalFsWriter.createDataStream(StreamName name) protected OutputStreamPhysicalFsWriter.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.voidPhysicalFsWriter.writeBloomFilter(StreamName name, OrcProto.BloomFilterIndex.Builder bloom) voidPhysicalFsWriter.writeIndex(StreamName name, OrcProto.RowIndex.Builder index) voidPhysicalFsWriter.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.voidWriterContext.writeBloomFilter(StreamName name, OrcProto.BloomFilterIndex.Builder bloom) voidWriterContext.writeIndex(StreamName name, OrcProto.RowIndex.Builder index) voidWriterContext.writeStatistics(StreamName name, OrcProto.ColumnStatistics.Builder stats) Set the column statistics for the stripe or file.