| Package | Description |
|---|---|
| org.apache.druid.frame.processor | |
| org.apache.druid.frame.write | |
| org.apache.druid.frame.write.columnar |
| Constructor and Description |
|---|
FrameChannelMerger(List<ReadableFrameChannel> inputChannels,
FrameReader frameReader,
WritableFrameChannel outputChannel,
FrameWriterFactory frameWriterFactory,
ClusterBy clusterBy,
ClusterByPartitions partitions,
long rowLimit) |
| Modifier and Type | Class and Description |
|---|---|
class |
RowBasedFrameWriterFactory |
| Modifier and Type | Method and Description |
|---|---|
static FrameWriterFactory |
FrameWriters.makeFrameWriterFactory(FrameType frameType,
MemoryAllocator allocator,
RowSignature signature,
List<SortColumn> sortColumns)
Creates a
FrameWriterFactory that produces frames of the given FrameType. |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnarFrameWriterFactory |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.