Uses of Interface
org.apache.druid.frame.processor.FrameCombinerFactory
Packages that use FrameCombinerFactory
-
Uses of FrameCombinerFactory in org.apache.druid.frame.processor
Constructors in org.apache.druid.frame.processor with parameters of type FrameCombinerFactoryModifierConstructorDescriptionSuperSorter(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.