Uses of Class
org.apache.druid.frame.read.FrameReader
Packages that use FrameReader
Package
Description
-
Uses of FrameReader in org.apache.druid.frame.processor
Methods in org.apache.druid.frame.processor with parameters of type FrameReaderModifier and TypeMethodDescriptionvoidFrameCombiner.init(FrameReader frameReader) Initialize with the FrameReader for understanding frame schema and format.static FrameCursorFrameProcessors.makeCursor(Frame frame, FrameReader frameReader) Returns aFrameCursorfor the providedFrame, allowing both sequential and random access.static FrameCursorFrameProcessors.makeCursor(Frame frame, FrameReader frameReader, VirtualColumns virtualColumns) Returns aFrameCursorfor the providedFrameandVirtualColumns, allowing both sequential and random access.Constructors in org.apache.druid.frame.processor with parameters of type FrameReaderModifierConstructorDescriptionFrameChannelHashPartitioner(List<ReadableFrameChannel> inputChannels, List<WritableFrameChannel> outputChannels, FrameReader frameReader, int keyFieldCount, FrameWriterFactory frameWriterFactory) FrameChannelMerger(List<ReadableFrameChannel> inputChannels, FrameReader frameReader, WritableFrameChannel outputChannel, FrameWriterFactory frameWriterFactory, List<KeyColumn> sortKey, FrameCombiner combiner, ClusterByPartitions partitions, long rowLimit) SuperSorter(List<ReadableFrameChannel> inputChannels, FrameReader frameReader, List<KeyColumn> sortKey, com.google.common.util.concurrent.ListenableFuture<ClusterByPartitions> outputPartitionsFuture, FrameProcessorExecutor exec, FrameProcessorDecorator processorDecorator, OutputChannelFactory outputChannelFactory, OutputChannelFactory intermediateOutputChannelFactory, FrameType outputFrameType, int maxActiveProcessors, int maxChannelsPerMerger, long rowLimit, String cancellationId, SuperSorterProgressTracker superSorterProgressTracker, boolean removeNullBytes, FrameCombinerFactory combinerFactory) Initializes a SuperSorter. -
Uses of FrameReader in org.apache.druid.frame.read
Methods in org.apache.druid.frame.read that return FrameReaderModifier and TypeMethodDescriptionstatic FrameReaderFrameReader.create(RowSignature signature) Create a reader for frames with a givenRowSignature. -
Uses of FrameReader in org.apache.druid.frame.segment
Constructors in org.apache.druid.frame.segment with parameters of type FrameReader -
Uses of FrameReader in org.apache.druid.frame.segment.row
Constructors in org.apache.druid.frame.segment.row with parameters of type FrameReaderModifierConstructorDescriptionRowFrameCursorFactory(Frame frame, FrameReader frameReader, List<FieldReader> fieldReaders) -
Uses of FrameReader in org.apache.druid.frame.write
Methods in org.apache.druid.frame.write with parameters of type FrameReaderModifier and TypeMethodDescriptionstatic voidFrameSort.sort(Frame frame, FrameReader frameReader, List<KeyColumn> keyColumns) Sort the given frame in-place.