| Package | Description |
|---|---|
| org.apache.druid.segment.join.table |
| Modifier and Type | Class and Description |
|---|---|
class |
MapIndex
An
IndexedTable.Index backed by a Map. |
class |
UniqueLongArrayIndex
An
IndexedTable.Index backed by an int array. |
| Modifier and Type | Method and Description |
|---|---|
IndexedTable.Index |
RowBasedIndexBuilder.build()
Create the index.
|
IndexedTable.Index |
ReferenceCountingIndexedTable.columnIndex(int column) |
IndexedTable.Index |
BroadcastSegmentIndexedTable.columnIndex(int column) |
IndexedTable.Index |
IndexedTable.columnIndex(int column)
Returns the index for a particular column.
|
IndexedTable.Index |
RowBasedIndexedTable.columnIndex(int column) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.