Uses of Interface
org.apache.druid.segment.column.ColumnFormat
-
Packages that use ColumnFormat Package Description org.apache.druid.segment org.apache.druid.segment.column org.apache.druid.segment.incremental org.apache.druid.segment.nested -
-
Uses of ColumnFormat in org.apache.druid.segment
Methods in org.apache.druid.segment that return ColumnFormat Modifier and Type Method Description ColumnFormatAutoTypeColumnIndexer. getFormat()default ColumnFormatDimensionIndexer. getFormat()default ColumnFormatIndexableAdapter. getFormat(String column)ColumnFormatNestedDataColumnIndexerV4. getFormat()ColumnFormatQueryableIndexIndexableAdapter. getFormat(String column) -
Uses of ColumnFormat in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement ColumnFormat Modifier and Type Class Description classCapabilitiesBasedFormatMethods in org.apache.druid.segment.column that return ColumnFormat Modifier and Type Method Description default ColumnFormatColumnHolder. getColumnFormat()ColumnFormatCapabilitiesBasedFormat. merge(ColumnFormat otherFormat)ColumnFormatColumnFormat. merge(ColumnFormat otherFormat)Methods in org.apache.druid.segment.column with parameters of type ColumnFormat Modifier and Type Method Description ColumnFormatCapabilitiesBasedFormat. merge(ColumnFormat otherFormat)ColumnFormatColumnFormat. merge(ColumnFormat otherFormat)ColumnBuilderColumnBuilder. setColumnFormat(ColumnFormat columnFormat) -
Uses of ColumnFormat in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return ColumnFormat Modifier and Type Method Description ColumnFormatIncrementalIndex. getColumnFormat(String columnName)ColumnFormatIncrementalIndexAdapter. getFormat(String column)Methods in org.apache.druid.segment.incremental that return types with arguments of type ColumnFormat Modifier and Type Method Description Map<String,ColumnFormat>IncrementalIndex. getColumnFormats()Method parameters in org.apache.druid.segment.incremental with type arguments of type ColumnFormat Modifier and Type Method Description voidIncrementalIndex. loadDimensionIterable(Iterable<String> oldDimensionOrder, Map<String,ColumnFormat> oldColumnCapabilities)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 ColumnFormat Modifier and Type Class Description static classNestedCommonFormatColumn.Formatstatic classNestedDataComplexTypeSerde.NestedColumnFormatV4Methods in org.apache.druid.segment.nested that return ColumnFormat Modifier and Type Method Description ColumnFormatNestedCommonFormatColumn.Format. merge(ColumnFormat otherFormat)ColumnFormatNestedDataComplexTypeSerde.NestedColumnFormatV4. merge(ColumnFormat otherFormat)Methods in org.apache.druid.segment.nested with parameters of type ColumnFormat Modifier and Type Method Description ColumnFormatNestedCommonFormatColumn.Format. merge(ColumnFormat otherFormat)ColumnFormatNestedDataComplexTypeSerde.NestedColumnFormatV4. merge(ColumnFormat otherFormat)
-