Uses of Class
org.apache.druid.segment.nested.FieldTypeInfo.MutableTypeSet
-
Packages that use FieldTypeInfo.MutableTypeSet Package Description org.apache.druid.segment org.apache.druid.segment.nested -
-
Uses of FieldTypeInfo.MutableTypeSet in org.apache.druid.segment
Methods in org.apache.druid.segment that return types with arguments of type FieldTypeInfo.MutableTypeSet Modifier and Type Method Description SortedMap<String,FieldTypeInfo.MutableTypeSet>AutoTypeColumnIndexer. getFieldTypeInfo()SortedMap<String,FieldTypeInfo.MutableTypeSet>NestedDataColumnIndexerV4. getFieldTypeInfo()Method parameters in org.apache.druid.segment with type arguments of type FieldTypeInfo.MutableTypeSet Modifier and Type Method Description voidIndexableAdapter.NestedColumnMergable. mergeFieldsInto(SortedMap<String,FieldTypeInfo.MutableTypeSet> mergeInto)Constructor parameters in org.apache.druid.segment with type arguments of type FieldTypeInfo.MutableTypeSet Constructor Description NestedColumnMergable(SortedValueDictionary valueDictionary, SortedMap<String,FieldTypeInfo.MutableTypeSet> fields, boolean forceNestedType, boolean isConstant, Object constantValue) -
Uses of FieldTypeInfo.MutableTypeSet in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return FieldTypeInfo.MutableTypeSet Modifier and Type Method Description FieldTypeInfo.MutableTypeSetFieldTypeInfo.MutableTypeSet. add(ColumnType type)FieldTypeInfo.MutableTypeSetFieldTypeInfo.MutableTypeSet. addUntypedArray()Set a flag when we encounter an empty array or array with only null elementsFieldTypeInfo.MutableTypeSetFieldTypeInfo.MutableTypeSet. merge(byte other, boolean hasEmptyArray)Methods in org.apache.druid.segment.nested that return types with arguments of type FieldTypeInfo.MutableTypeSet Modifier and Type Method Description SortedMap<String,FieldTypeInfo.MutableTypeSet>CompressedNestedDataComplexColumn. getFieldTypeInfo()default SortedMap<String,FieldTypeInfo.MutableTypeSet>NestedCommonFormatColumn. getFieldTypeInfo()SortedMap<String,FieldTypeInfo.MutableTypeSet>VariantColumn. getFieldTypeInfo()Methods in org.apache.druid.segment.nested with parameters of type FieldTypeInfo.MutableTypeSet Modifier and Type Method Description voidFieldTypeInfo.Writer. write(FieldTypeInfo.MutableTypeSet types)Method parameters in org.apache.druid.segment.nested with type arguments of type FieldTypeInfo.MutableTypeSet Modifier and Type Method Description voidNestedCommonFormatColumnSerializer. serializeFields(SortedMap<String,FieldTypeInfo.MutableTypeSet> fields)voidNestedDataColumnSerializer. serializeFields(SortedMap<String,FieldTypeInfo.MutableTypeSet> fields)voidNestedDataColumnSerializerV4. serializeFields(SortedMap<String,FieldTypeInfo.MutableTypeSet> fields)
-