| Interface | Description |
|---|---|
| IndexedTable |
An interface to a table where some columns (the 'key columns') have indexes that enable fast lookups.
|
| IndexedTable.Index |
Indexes support fast lookups on key columns.
|
| IndexedTable.Reader |
Readers support reading values out of any column.
|
| Class | Description |
|---|---|
| IndexedTableColumnSelectorFactory | |
| IndexedTableColumnValueSelector | |
| IndexedTableDimensionSelector | |
| IndexedTableJoinable | |
| IndexedTableJoinMatcher | |
| RowBasedIndexedTable<RowType> |
An IndexedTable composed of a List-based table and Map-based indexes.
|
| SortedIntIntersectionIterator |
Iterates over the intersection of an array of sorted int lists.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.