Uses of Interface
org.apache.druid.segment.RowIterator
Packages that use RowIterator
-
Uses of RowIterator in org.apache.druid.segment
Subinterfaces of RowIterator in org.apache.druid.segmentModifier and TypeInterfaceDescriptioninterfaceTransformableRowIterator tightensgetPointer()contract, that allows to transform iterated rows without allocations on each iterations, and reuse the mechanics of the underlying iterator.Classes in org.apache.druid.segment that implement RowIteratorModifier and TypeClassDescriptionclassImplementation ofTransformableRowIteratorthat just delegates all methods to some baseIterator (adapter pattern).