Uses of Interface
org.apache.druid.data.input.Row
Packages that use Row
Package
Description
-
Uses of Row in org.apache.druid.data.input
Subinterfaces of Row in org.apache.druid.data.inputModifier and TypeInterfaceDescriptioninterfaceAn InputRow is the interface definition of an event being input into the data ingestion layer.Classes in org.apache.druid.data.input that implement RowMethods in org.apache.druid.data.input with parameters of type Row -
Uses of Row in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr with parameters of type RowModifier and TypeMethodDescriptionstatic Expr.ObjectBindingCreates aExpr.ObjectBindingbacked by someRow. -
Uses of Row in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby with parameters of type RowModifier and TypeMethodDescriptionstatic 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 RowModifier and TypeMethodDescriptionstatic <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 RowModifier and TypeMethodDescriptionIncrementalIndex.iterableWithPostAggregations(List<PostAggregator> postAggs, boolean descending) OnheapIncrementalIndex.iterableWithPostAggregations(List<PostAggregator> postAggs, boolean descending) IncrementalIndex.iterator() -
Uses of Row in org.apache.druid.segment.transform
Classes in org.apache.druid.segment.transform that implement RowMethods in org.apache.druid.segment.transform with parameters of type Row