Uses of Interface
org.apache.druid.frame.write.FrameWriter
-
Packages that use FrameWriter Package Description org.apache.druid.frame.write org.apache.druid.frame.write.columnar -
-
Uses of FrameWriter in org.apache.druid.frame.write
Classes in org.apache.druid.frame.write that implement FrameWriter Modifier and Type Class Description classRowBasedFrameWriterWrite row-based frames: typeFrameType.ROW_BASED.Methods in org.apache.druid.frame.write that return FrameWriter Modifier and Type Method Description FrameWriterFrameWriterFactory. newFrameWriter(ColumnSelectorFactory columnSelectorFactory)Create a writer whereaddSelection()adds the current row from aColumnSelectorFactory.FrameWriterRowBasedFrameWriterFactory. newFrameWriter(ColumnSelectorFactory columnSelectorFactory) -
Uses of FrameWriter in org.apache.druid.frame.write.columnar
Classes in org.apache.druid.frame.write.columnar that implement FrameWriter Modifier and Type Class Description classColumnarFrameWriterMethods in org.apache.druid.frame.write.columnar that return FrameWriter Modifier and Type Method Description FrameWriterColumnarFrameWriterFactory. newFrameWriter(ColumnSelectorFactory columnSelectorFactory)
-