Uses of Class
org.apache.druid.frame.processor.FrameProcessorExecutor
Packages that use FrameProcessorExecutor
-
Uses of FrameProcessorExecutor in org.apache.druid.frame.processor
Constructors in org.apache.druid.frame.processor with parameters of type FrameProcessorExecutorModifierConstructorDescriptionSuperSorter(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) Initializes a SuperSorter.