Uses of Interface
org.apache.druid.segment.column.ColumnIndexSupplier
-
-
Uses of ColumnIndexSupplier in org.apache.druid.frame.read.columnar
Methods in org.apache.druid.frame.read.columnar that return ColumnIndexSupplier Modifier and Type Method Description ColumnIndexSupplierColumnPlus. getIndexSupplier() -
Uses of ColumnIndexSupplier in org.apache.druid.math.expr
Classes in org.apache.druid.math.expr that implement ColumnIndexSupplier Modifier and Type Class Description classExpressionPredicateIndexSupplierMethods in org.apache.druid.math.expr that return ColumnIndexSupplier Modifier and Type Method Description default ColumnIndexSupplierExpr. asColumnIndexSupplier(ColumnIndexSelector columnIndexSelector, ColumnType outputType) -
Uses of ColumnIndexSupplier in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return ColumnIndexSupplier Modifier and Type Method Description ColumnIndexSupplierColumnIndexSelector. getIndexSupplier(String column)Get theColumnIndexSupplierof a column. -
Uses of ColumnIndexSupplier in org.apache.druid.segment
Methods in org.apache.druid.segment that return ColumnIndexSupplier Modifier and Type Method Description ColumnIndexSupplierColumnSelectorColumnIndexSelector. getIndexSupplier(String column)default ColumnIndexSupplierVirtualColumn. getIndexSupplier(String columnName, ColumnIndexSelector columnIndexSelector)Get theColumnIndexSupplierfor the specified virtual column, with the assistance of aColumnIndexSelectorto allow reading things from segments.ColumnIndexSupplierVirtualColumns. getIndexSupplier(String columnName, ColumnIndexSelector columnIndexSelector)Get theColumnIndexSupplierof the specified virtual column, with the assistance of aColumnSelectorto allow reading things from segments. -
Uses of ColumnIndexSupplier in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column that return ColumnIndexSupplier Modifier and Type Method Description ColumnIndexSupplierColumnHolder. getIndexSupplier()Methods in org.apache.druid.segment.column with parameters of type ColumnIndexSupplier Modifier and Type Method Description ColumnBuilderColumnBuilder. setIndexSupplier(ColumnIndexSupplier indexSupplier, boolean hasBitmapIndex, boolean hasSpatial) -
Uses of ColumnIndexSupplier in org.apache.druid.segment.nested
Classes in org.apache.druid.segment.nested that implement ColumnIndexSupplier Modifier and Type Class Description classNestedDataColumnSupplierclassNestedFieldColumnIndexSupplier<TStringDictionary extends Indexed<ByteBuffer>>Supplies indexes for nested field columnsNestedFieldDictionaryEncodedColumnofNestedDataComplexColumn.classScalarDoubleColumnAndIndexSupplierclassScalarLongColumnAndIndexSupplierclassScalarStringColumnAndIndexSupplierclassVariantColumnAndIndexSupplierMethods in org.apache.druid.segment.nested that return ColumnIndexSupplier Modifier and Type Method Description ColumnIndexSupplierCompressedNestedDataComplexColumn. getColumnIndexSupplier(List<NestedPathPart> path)abstract ColumnIndexSupplierNestedDataComplexColumn. getColumnIndexSupplier(List<NestedPathPart> path)Make aColumnIndexSupplierfor a nested field column -
Uses of ColumnIndexSupplier in org.apache.druid.segment.serde
Classes in org.apache.druid.segment.serde that implement ColumnIndexSupplier Modifier and Type Class Description classNoIndexesColumnIndexSupplierDefault implementation ofColumnIndexSupplierfor columns which do not have any indexes.classNullValueIndexSupplierColumnIndexSupplierfor columns which only have anImmutableBitmapto indicate which rows only have null values, such asLongNumericColumnPartSerdeV2,DoubleNumericColumnPartSerdeV2, andFloatNumericColumnPartSerdeV2.classStringUtf8ColumnIndexSupplier<TIndexed extends Indexed<ByteBuffer>> -
Uses of ColumnIndexSupplier in org.apache.druid.segment.virtual
Methods in org.apache.druid.segment.virtual that return ColumnIndexSupplier Modifier and Type Method Description ColumnIndexSupplierExpressionVirtualColumn. getIndexSupplier(String columnName, ColumnIndexSelector columnIndexSelector)ColumnIndexSupplierFallbackVirtualColumn. getIndexSupplier(String columnName, ColumnIndexSelector indexSelector)ColumnIndexSupplierListFilteredVirtualColumn. getIndexSupplier(String columnName, ColumnIndexSelector indexSelector)ColumnIndexSupplierNestedFieldVirtualColumn. getIndexSupplier(String columnName, ColumnIndexSelector indexSelector)
-