Uses of Interface
org.apache.druid.data.input.Row
-
-
Uses of Row in org.apache.druid.data.input
Subinterfaces of Row in org.apache.druid.data.input Modifier and Type Interface Description interfaceInputRowAn InputRow is the interface definition of an event being input into the data ingestion layer.Classes in org.apache.druid.data.input that implement Row Modifier and Type Class Description classListBasedInputRowInput row backed by aList.classMapBasedInputRowclassMapBasedRowMethods in org.apache.druid.data.input with parameters of type Row Modifier and Type Method Description intListBasedInputRow. compareTo(Row o)intMapBasedRow. compareTo(Row o) -
Uses of Row in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr with parameters of type Row Modifier and Type Method Description static Expr.ObjectBindingInputBindings. forRow(Row row)Creates aExpr.ObjectBindingbacked by someRow. -
Uses of Row in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby with parameters of type Row Modifier and Type Method Description static ResultRowResultRow. fromLegacyRow(Row row, GroupByQuery query)Create a row based on a legacyRowthat was generated by a givenGroupByQuery. -
Uses of Row in org.apache.druid.segment
Methods in org.apache.druid.segment with type parameters of type Row Modifier and Type Method Description static <RowType extends Row>
RowAdapter<RowType>RowAdapters. standardRow()Returns aRowAdapterthat handles any kind of inputRow. -
Uses of Row in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return types with arguments of type Row Modifier and Type Method Description abstract Iterable<Row>IncrementalIndex. iterableWithPostAggregations(List<PostAggregator> postAggs, boolean descending)Iterable<Row>OnheapIncrementalIndex. iterableWithPostAggregations(List<PostAggregator> postAggs, boolean descending)Iterator<Row>IncrementalIndex. iterator() -
Uses of Row in org.apache.druid.segment.transform
Classes in org.apache.druid.segment.transform that implement Row Modifier and Type Class Description classTransformedInputRowMethods in org.apache.druid.segment.transform with parameters of type Row Modifier and Type Method Description intTransformedInputRow. compareTo(Row o)ObjectRowFunction. eval(Row row)default List<String>RowFunction. evalDimension(Row row)
-