Uses of Interface
org.apache.druid.query.rowsandcols.semantic.AppendableRowsAndColumns
Packages that use AppendableRowsAndColumns
-
Uses of AppendableRowsAndColumns in org.apache.druid.query.rowsandcols
Classes in org.apache.druid.query.rowsandcols that implement AppendableRowsAndColumnsModifier and TypeClassDescriptionclassclassArrayListRowsAndColumns<RowType>ArrayListRowsAndColumns is a RowsAndColumns implementation that believes it has all of its data on-heap.Methods in org.apache.druid.query.rowsandcols that return AppendableRowsAndColumnsModifier and TypeMethodDescriptionstatic AppendableRowsAndColumnsRowsAndColumns.expectAppendable(RowsAndColumns input) -
Uses of AppendableRowsAndColumns in org.apache.druid.query.rowsandcols.semantic
Methods in org.apache.druid.query.rowsandcols.semantic with parameters of type AppendableRowsAndColumnsModifier and TypeMethodDescriptionstatic Iterable<org.apache.druid.query.rowsandcols.semantic.DefaultFramedOnHeapAggregatable.AggInterval> DefaultFramedOnHeapAggregatable.buildIteratorFor(AppendableRowsAndColumns rac, WindowFrame frame) Constructors in org.apache.druid.query.rowsandcols.semantic with parameters of type AppendableRowsAndColumns