Uses of Class
org.apache.druid.data.input.MapBasedRow
-
Packages that use MapBasedRow Package Description org.apache.druid.data.input org.apache.druid.query.groupby -
-
Uses of MapBasedRow in org.apache.druid.data.input
Subclasses of MapBasedRow in org.apache.druid.data.input Modifier and Type Class Description classMapBasedInputRow -
Uses of MapBasedRow in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby that return MapBasedRow Modifier and Type Method Description MapBasedRowResultRow. toMapBasedRow(GroupByQuery query)Returns aRowrepresentation of the data in this row.
-