Uses of Interface
org.apache.druid.segment.column.ColumnFormat
Packages that use ColumnFormat
Package
Description
-
Uses of ColumnFormat in org.apache.druid.segment
Methods in org.apache.druid.segment that return ColumnFormatModifier and TypeMethodDescriptionAutoTypeColumnIndexer.getFormat()default ColumnFormatDimensionIndexer.getFormat()default ColumnFormat -
Uses of ColumnFormat in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement ColumnFormatModifier and TypeClassDescriptionclassLegacy fallback column format used by columns which do not directly implementColumnFormat.Methods in org.apache.druid.segment.column that return ColumnFormatModifier and TypeMethodDescriptiondefault ColumnFormatColumnHolder.getColumnFormat()CapabilitiesBasedFormat.merge(ColumnFormat otherFormat) ColumnFormat.merge(ColumnFormat otherFormat) Create a newColumnFormatfrom this format and another format, merging implementation specific physical storage details as appropriate to determine what the new format should be.Methods in org.apache.druid.segment.column with parameters of type ColumnFormatModifier and TypeMethodDescriptionCapabilitiesBasedFormat.merge(ColumnFormat otherFormat) ColumnFormat.merge(ColumnFormat otherFormat) Create a newColumnFormatfrom this format and another format, merging implementation specific physical storage details as appropriate to determine what the new format should be.ColumnBuilder.setColumnFormat(ColumnFormat columnFormat) -
Uses of ColumnFormat in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return ColumnFormatModifier and TypeMethodDescriptionIncrementalIndex.getColumnFormat(String columnName) IncrementalIndexRowSelector.getColumnFormat(String columnName) GetColumnFormatfor a dimension, metrics, or time column, or null if the column does not existOnHeapAggregateProjection.getColumnFormat(String columnName) Methods in org.apache.druid.segment.incremental that return types with arguments of type ColumnFormatMethod parameters in org.apache.druid.segment.incremental with type arguments of type ColumnFormatModifier and TypeMethodDescriptionvoidIncrementalIndex.loadDimensionIterable(Iterable<String> oldDimensionOrder, Map<String, ColumnFormat> oldColumnFormats) Currently called to initialize IncrementalIndex dimension order during index creation Index dimension ordering could be changed to initialize from DimensionsSpec after resolution of https://github.com/apache/druid/issues/2011 -
Uses of ColumnFormat in org.apache.druid.segment.nested
Classes in org.apache.druid.segment.nested that implement ColumnFormatModifier and TypeClassDescriptionstatic classstatic classMethods in org.apache.druid.segment.nested that return ColumnFormatModifier and TypeMethodDescriptionNestedCommonFormatColumn.Format.merge(ColumnFormat otherFormat) NestedDataComplexTypeSerde.NestedColumnFormatV4.merge(ColumnFormat otherFormat) Methods in org.apache.druid.segment.nested with parameters of type ColumnFormatModifier and TypeMethodDescriptionNestedCommonFormatColumn.Format.merge(ColumnFormat otherFormat) NestedDataComplexTypeSerde.NestedColumnFormatV4.merge(ColumnFormat otherFormat)