Uses of Interface
org.apache.druid.segment.IndexableAdapter
-
Packages that use IndexableAdapter Package Description org.apache.druid.segment org.apache.druid.segment.incremental -
-
Uses of IndexableAdapter in org.apache.druid.segment
Classes in org.apache.druid.segment that implement IndexableAdapter Modifier and Type Class Description classQueryableIndexIndexableAdapterFields in org.apache.druid.segment with type parameters of type IndexableAdapter Modifier and Type Field Description protected List<IndexableAdapter>DictionaryEncodedColumnMerger. adaptersMethods in org.apache.druid.segment that return types with arguments of type IndexableAdapter Modifier and Type Method Description static List<IndexableAdapter>IndexMerger. toIndexableAdapters(List<QueryableIndex> indexes)Methods in org.apache.druid.segment with parameters of type IndexableAdapter Modifier and Type Method Description voidIndexIO. validateTwoSegments(IndexableAdapter adapter1, IndexableAdapter adapter2)Method parameters in org.apache.druid.segment with type arguments of type IndexableAdapter Modifier and Type Method Description static List<String>IndexMerger. getLexicographicMergedDimensions(List<IndexableAdapter> indexes)static List<String>IndexMerger. getLongestSharedDimOrder(List<IndexableAdapter> indexes, DimensionsSpec dimensionsSpec)static List<String>IndexMerger. getMergedDimensions(List<IndexableAdapter> indexes, DimensionsSpec dimensionsSpec)static booleanIndexMerger. isDimensionOrderingValid(List<IndexableAdapter> indexes, Iterable<String> orderingCandidate)FileIndexMerger. merge(List<IndexableAdapter> indexes, boolean rollup, AggregatorFactory[] metricAggs, File outDir, DimensionsSpec dimensionsSpec, IndexSpec indexSpec, int maxColumnsToMerge)Only used as a convenience method in tests.FileIndexMergerV9. merge(List<IndexableAdapter> indexes, boolean rollup, AggregatorFactory[] metricAggs, File outDir, DimensionsSpec dimensionsSpec, IndexSpec indexSpec, int maxColumnsToMerge)protected DictionaryEncodedColumnMerger.IndexSeeker[]DictionaryEncodedColumnMerger. toIndexSeekers(List<IndexableAdapter> adapters, ArrayList<IntBuffer> dimConversions, String dimension)voidAutoTypeColumnMerger. writeMergedValueDictionary(List<IndexableAdapter> adapters)voidDictionaryEncodedColumnMerger. writeMergedValueDictionary(List<IndexableAdapter> adapters)voidDimensionMerger. writeMergedValueDictionary(List<IndexableAdapter> adapters)Given a list of segment adapters: - Read _sorted order_ (e.voidNestedDataColumnMergerV4. writeMergedValueDictionary(List<IndexableAdapter> adapters)voidNumericDimensionMergerV9. writeMergedValueDictionary(List<IndexableAdapter> adapters) -
Uses of IndexableAdapter in org.apache.druid.segment.incremental
Classes in org.apache.druid.segment.incremental that implement IndexableAdapter Modifier and Type Class Description classIncrementalIndexAdapter
-