| Package | Description |
|---|---|
| org.apache.druid.segment |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RowIterator
|
interface |
TransformableRowIterator
TransformableRowIterator tightens
RowIterator.getPointer() contract, that allows to transform iterated
rows without allocations on each iterations, and reuse the mechanics of the underlying iterator. |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingRowIterator
Implementation of
TransformableRowIterator that just delegates all methods to some baseIterator (adapter
pattern). |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.