Uses of Interface
org.apache.druid.segment.DimensionHandler
-
-
Uses of DimensionHandler in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return DimensionHandler Modifier and Type Method Description DimensionHandlerDimensionSchema. getDimensionHandler()DimensionHandlerDoubleDimensionSchema. getDimensionHandler()DimensionHandlerFloatDimensionSchema. getDimensionHandler()DimensionHandlerLongDimensionSchema. getDimensionHandler()DimensionHandlerNewSpatialDimensionSchema. getDimensionHandler()DimensionHandlerStringDimensionSchema. getDimensionHandler() -
Uses of DimensionHandler in org.apache.druid.frame.segment.columnar
Methods in org.apache.druid.frame.segment.columnar that return types with arguments of type DimensionHandler Modifier and Type Method Description Map<String,DimensionHandler>FrameQueryableIndex. getDimensionHandlers() -
Uses of DimensionHandler in org.apache.druid.guice
Methods in org.apache.druid.guice that return DimensionHandler Modifier and Type Method Description DimensionHandler<StructuredData,StructuredData,StructuredData>NestedDataModule.NestedColumnV4HandlerProvider. get(String dimensionName)DimensionHandler<StructuredData,StructuredData,StructuredData>NestedDataModule.NestedCommonFormatHandlerProvider. get(String dimensionName) -
Uses of DimensionHandler in org.apache.druid.segment
Classes in org.apache.druid.segment that implement DimensionHandler Modifier and Type Class Description classDoubleDimensionHandlerclassFloatDimensionHandlerclassLongDimensionHandlerclassNestedCommonFormatColumnHandlerclassNestedDataColumnHandlerV4classStringDimensionHandlerMethods in org.apache.druid.segment that return DimensionHandler Modifier and Type Method Description DimensionHandler<EncodedType,EncodedKeyComponentType,ActualType>DimensionHandlerProvider. get(String dimensionName)DimensionHandler<StructuredData,StructuredData,StructuredData>AutoTypeColumnSchema. getDimensionHandler()DimensionHandlerNestedDataColumnSchema. getDimensionHandler()static DimensionHandler<?,?,?>DimensionHandlerUtils. getHandlerFromCapabilities(String dimensionName, ColumnCapabilities capabilities, DimensionSchema.MultiValueHandling multiValueHandling)Methods in org.apache.druid.segment that return types with arguments of type DimensionHandler Modifier and Type Method Description Map<String,DimensionHandler>QueryableIndex. getDimensionHandlers()Map<String,DimensionHandler>SimpleQueryableIndex. getDimensionHandlers()Constructor parameters in org.apache.druid.segment with type arguments of type DimensionHandler Constructor Description RowPointer(ColumnValueSelector timestampSelector, ColumnValueSelector[] dimensionSelectors, List<DimensionHandler> dimensionHandlers, ColumnValueSelector[] metricSelectors, List<String> metricNames, IntSupplier rowNumPointer) -
Uses of DimensionHandler in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column that return DimensionHandler Modifier and Type Method Description DimensionHandlerCapabilitiesBasedFormat. getColumnHandler(String columnName)DimensionHandlerColumnFormat. getColumnHandler(String columnName) -
Uses of DimensionHandler in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return DimensionHandler Modifier and Type Method Description DimensionHandlerIncrementalIndex.DimensionDesc. getHandler()Constructors in org.apache.druid.segment.incremental with parameters of type DimensionHandler Constructor Description DimensionDesc(int index, String name, DimensionHandler handler, boolean useMaxMemoryEstimates) -
Uses of DimensionHandler in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return DimensionHandler Modifier and Type Method Description DimensionHandlerNestedCommonFormatColumn.Format. getColumnHandler(String columnName)DimensionHandlerNestedDataComplexTypeSerde.NestedColumnFormatV4. getColumnHandler(String columnName)
-