| Package | Description |
|---|---|
| org.apache.druid.frame.key | |
| org.apache.druid.frame.processor |
| Modifier and Type | Method and Description |
|---|---|
static ClusterBy |
ClusterBy.none()
Create an empty key.
|
| Constructor and Description |
|---|
FrameChannelMerger(List<ReadableFrameChannel> inputChannels,
FrameReader frameReader,
WritableFrameChannel outputChannel,
FrameWriterFactory frameWriterFactory,
ClusterBy clusterBy,
ClusterByPartitions partitions,
long rowLimit) |
SuperSorter(List<ReadableFrameChannel> inputChannels,
FrameReader frameReader,
ClusterBy clusterBy,
com.google.common.util.concurrent.ListenableFuture<ClusterByPartitions> outputPartitionsFuture,
FrameProcessorExecutor exec,
File temporaryDirectory,
OutputChannelFactory outputChannelFactory,
Supplier<MemoryAllocator> innerFrameAllocatorMaker,
int maxActiveProcessors,
int maxChannelsPerProcessor,
long rowLimit,
String cancellationId,
SuperSorterProgressTracker superSorterProgressTracker)
Initializes a SuperSorter.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.