Package org.apache.druid.frame.write
Interface FrameWriterFactory
- All Known Implementing Classes:
ColumnarFrameWriterFactory,RowBasedFrameWriterFactory
public interface FrameWriterFactory
Interface for creating
FrameWriter.-
Method Summary
Modifier and TypeMethodDescriptionlongnewFrameWriter(ColumnSelectorFactory columnSelectorFactory) Create a writer whereFrameWriter.addSelection()adds the current row from aColumnSelectorFactory.
-
Method Details
-
newFrameWriter
Create a writer whereFrameWriter.addSelection()adds the current row from aColumnSelectorFactory. -
allocatorCapacity
long allocatorCapacity() -
signature
RowSignature signature() -
frameType
FrameType frameType()
-