Uses of Interface
org.apache.druid.frame.write.FrameWriterFactory
-
Packages that use FrameWriterFactory Package Description org.apache.druid.frame.processor org.apache.druid.frame.segment org.apache.druid.frame.write org.apache.druid.frame.write.columnar -
-
Uses of FrameWriterFactory in org.apache.druid.frame.processor
Constructors in org.apache.druid.frame.processor with parameters of type FrameWriterFactory Constructor Description FrameChannelHashPartitioner(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, ClusterByPartitions partitions, long rowLimit) -
Uses of FrameWriterFactory in org.apache.druid.frame.segment
Methods in org.apache.druid.frame.segment with parameters of type FrameWriterFactory Modifier and Type Method Description static Iterable<Frame>FrameCursorUtils. cursorToFramesIterable(Cursor cursor, FrameWriterFactory frameWriterFactory)static Sequence<Frame>FrameCursorUtils. cursorToFramesSequence(Cursor cursor, FrameWriterFactory frameWriterFactory) -
Uses of FrameWriterFactory in org.apache.druid.frame.write
Classes in org.apache.druid.frame.write that implement FrameWriterFactory Modifier and Type Class Description classRowBasedFrameWriterFactoryMethods in org.apache.druid.frame.write that return FrameWriterFactory Modifier and Type Method Description static FrameWriterFactoryFrameWriters. makeFrameWriterFactory(FrameType frameType, MemoryAllocatorFactory allocatorFactory, RowSignature signature, List<KeyColumn> sortColumns)Creates aFrameWriterFactory. -
Uses of FrameWriterFactory in org.apache.druid.frame.write.columnar
Classes in org.apache.druid.frame.write.columnar that implement FrameWriterFactory Modifier and Type Class Description classColumnarFrameWriterFactory
-