Package org.apache.druid.segment.join.table
package org.apache.druid.segment.join.table
-
ClassDescriptionAn interface to a table where some columns (the 'key columns') have indexes that enable fast lookups.Indexes support fast lookups on key columns.Readers support reading values out of any column.An
IndexedTable.Indexbacked by a Map.Utility class for creatingIndexedTable.Indexinstances.RowBasedIndexedTable<RowType>An IndexedTable composed of a List-based table and Map-based indexes.AnIndexedTable.Indexbacked by an int array.