Uses of Package
org.apache.druid.segment.join.table
Packages that use org.apache.druid.segment.join.table
-
Classes in org.apache.druid.segment.join.table used by org.apache.druid.segment.join.tableClassDescriptionAn 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.Utility class for creating
IndexedTable.Indexinstances.