Uses of Interface
org.apache.druid.segment.TransformableRowIterator
-
Packages that use TransformableRowIterator Package Description org.apache.druid.segment org.apache.druid.segment.incremental -
-
Uses of TransformableRowIterator in org.apache.druid.segment
Classes in org.apache.druid.segment that implement TransformableRowIterator Modifier and Type Class Description classForwardingRowIteratorImplementation ofTransformableRowIteratorthat just delegates all methods to some baseIterator (adapter pattern).Fields in org.apache.druid.segment declared as TransformableRowIterator Modifier and Type Field Description protected TransformableRowIteratorForwardingRowIterator. baseIteratorMethods in org.apache.druid.segment that return TransformableRowIterator Modifier and Type Method Description TransformableRowIteratorIndexableAdapter. getRows()static TransformableRowIteratorIndexMerger. makeRowIteratorWithConvertedDimensionColumns(TransformableRowIterator sourceRowIterator, ColumnValueSelector[] convertedDimensionSelectors, ColumnValueSelector[] convertedMarkedDimensionSelectors)static TransformableRowIteratorIndexMerger. toMergedIndexRowIterator(TransformableRowIterator sourceRowIterator, int indexNumber, List<DimensionMergerV9> mergers)This method appliesDimensionMerger.convertSortedSegmentRowValuesToMergedRowValues(int, ColumnValueSelector)to all dimension column selectors of the given sourceRowIterator, using the given index number.Methods in org.apache.druid.segment with parameters of type TransformableRowIterator Modifier and Type Method Description static TransformableRowIteratorIndexMerger. makeRowIteratorWithConvertedDimensionColumns(TransformableRowIterator sourceRowIterator, ColumnValueSelector[] convertedDimensionSelectors, ColumnValueSelector[] convertedMarkedDimensionSelectors)static TransformableRowIteratorIndexMerger. toMergedIndexRowIterator(TransformableRowIterator sourceRowIterator, int indexNumber, List<DimensionMergerV9> mergers)This method appliesDimensionMerger.convertSortedSegmentRowValuesToMergedRowValues(int, ColumnValueSelector)to all dimension column selectors of the given sourceRowIterator, using the given index number.Constructors in org.apache.druid.segment with parameters of type TransformableRowIterator Constructor Description ForwardingRowIterator(TransformableRowIterator baseIterator) -
Uses of TransformableRowIterator in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return TransformableRowIterator Modifier and Type Method Description TransformableRowIteratorIncrementalIndexAdapter. getRows()
-