Uses of Interface
org.apache.druid.segment.incremental.IncrementalIndexRowSelector
Packages that use IncrementalIndexRowSelector
-
Uses of IncrementalIndexRowSelector in org.apache.druid.segment.incremental
Classes in org.apache.druid.segment.incremental that implement IncrementalIndexRowSelectorModifier and TypeClassDescriptionclassIn-memory, row-based data structure used to hold data during ingestion.classProjection ofOnheapIncrementalIndexforAggregateProjectionSpecclassMethods in org.apache.druid.segment.incremental that return IncrementalIndexRowSelectorModifier and TypeMethodDescriptionabstract IncrementalIndexRowSelectorIncrementalIndex.getProjection(String name) OnheapIncrementalIndex.getProjection(String name) Methods in org.apache.druid.segment.incremental that return types with arguments of type IncrementalIndexRowSelectorModifier and TypeMethodDescriptionIncrementalIndex.getProjection(CursorBuildSpec buildSpec) OnheapIncrementalIndex.getProjection(CursorBuildSpec buildSpec) Methods in org.apache.druid.segment.incremental with parameters of type IncrementalIndexRowSelectorModifier and TypeMethodDescriptionstatic ColumnValueSelector<?>IncrementalIndex.makeMetricColumnValueSelector(IncrementalIndexRowSelector rowSelector, IncrementalIndexRowHolder currEntry, String metric) Constructors in org.apache.druid.segment.incremental with parameters of type IncrementalIndexRowSelectorModifierConstructorDescriptionIncrementalIndexAdapter(org.joda.time.Interval dataInterval, IncrementalIndexRowSelector index, BitmapFactory bitmapFactory) IncrementalIndexCursorHolder(IncrementalIndexRowSelector rowSelector, CursorBuildSpec spec)