Uses of Class
org.apache.druid.segment.serde.cell.CellWriter
-
Packages that use CellWriter Package Description org.apache.druid.query.aggregation org.apache.druid.segment.serde.cell -
-
Uses of CellWriter in org.apache.druid.query.aggregation
Constructors in org.apache.druid.query.aggregation with parameters of type CellWriter Constructor Description TransferredBuffer(CellWriter cellWriter, AbstractSerializablePairLongObjectColumnHeader<?> columnHeader) -
Uses of CellWriter in org.apache.druid.segment.serde.cell
Methods in org.apache.druid.segment.serde.cell that return CellWriter Modifier and Type Method Description CellWriterCellWriter.Builder. build()
-