Uses of Interface
org.apache.druid.segment.IdLookup
-
-
Uses of IdLookup in org.apache.druid.query.dimension
Methods in org.apache.druid.query.dimension with parameters of type IdLookup Modifier and Type Method Description static IdMappingListFilteredDimensionSpec. buildAllowListIdMapping(Set<String> values, int cardinality, IdLookup idLookup, ListFilteredDimensionSpec.IndexedGetter<String> fn) -
Uses of IdLookup in org.apache.druid.segment
Classes in org.apache.druid.segment that implement IdLookup Modifier and Type Class Description classConstantDimensionSelectorMethods in org.apache.druid.segment that return IdLookup Modifier and Type Method Description IdLookupBaseSingleValueDimensionSelector. idLookup()IdLookupConstantDimensionSelector. idLookup()IdLookupConstantMultiValueDimensionSelector. idLookup()IdLookupDimensionDictionarySelector. idLookup()ReturnsIdLookupif available for this DimensionSelector, or null.IdLookupSingleScanTimeDimensionSelector. idLookup() -
Uses of IdLookup in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement IdLookup Modifier and Type Class Description static classStringUtf8DictionaryEncodedColumn.StringMultiValueDimensionVectorSelectorBase type for aMultiValueDimensionVectorSelectorfor a dictionary encodedColumnType.STRINGbuilt around aColumnarMultiInts.static classStringUtf8DictionaryEncodedColumn.StringSingleValueDimensionVectorSelectorBase type for aSingleValueDimensionVectorSelectorfor a dictionary encodedColumnType.STRINGbuilt around aColumnarInts.Methods in org.apache.druid.segment.column that return IdLookup Modifier and Type Method Description IdLookupStringUtf8DictionaryEncodedColumn.StringMultiValueDimensionVectorSelector. idLookup()IdLookupStringUtf8DictionaryEncodedColumn.StringSingleValueDimensionVectorSelector. idLookup() -
Uses of IdLookup in org.apache.druid.segment.join
Classes in org.apache.druid.segment.join that implement IdLookup Modifier and Type Class Description classPossiblyNullDimensionSelectorMethods in org.apache.druid.segment.join that return IdLookup Modifier and Type Method Description IdLookupPossiblyNullDimensionSelector. idLookup() -
Uses of IdLookup in org.apache.druid.segment.join.table
Methods in org.apache.druid.segment.join.table that return IdLookup Modifier and Type Method Description IdLookupIndexedTableDimensionSelector. idLookup() -
Uses of IdLookup in org.apache.druid.segment.selector.settable
Methods in org.apache.druid.segment.selector.settable that return IdLookup Modifier and Type Method Description IdLookupSettableDimensionValueSelector. idLookup() -
Uses of IdLookup in org.apache.druid.segment.vector
Classes in org.apache.druid.segment.vector that implement IdLookup Modifier and Type Class Description classNilVectorSelectorMethods in org.apache.druid.segment.vector that return IdLookup Modifier and Type Method Description IdLookupNilVectorSelector. idLookup() -
Uses of IdLookup in org.apache.druid.segment.virtual
Methods in org.apache.druid.segment.virtual that return IdLookup Modifier and Type Method Description IdLookupExpressionMultiValueDimensionSelector. idLookup()IdLookupSingleStringInputDeferredEvaluationExpressionDimensionSelector. idLookup()IdLookupSingleStringInputDeferredEvaluationExpressionDimensionVectorSelector. idLookup()
-