Uses of Class
org.apache.druid.segment.nested.FieldTypeInfo.MutableTypeSet
Packages that use FieldTypeInfo.MutableTypeSet
-
Uses of FieldTypeInfo.MutableTypeSet in org.apache.druid.segment
Methods in org.apache.druid.segment that return types with arguments of type FieldTypeInfo.MutableTypeSetMethod parameters in org.apache.druid.segment with type arguments of type FieldTypeInfo.MutableTypeSetModifier and TypeMethodDescriptionvoidIndexableAdapter.NestedColumnMergable.mergeFieldsInto(SortedMap<String, FieldTypeInfo.MutableTypeSet> mergeInto) Constructor parameters in org.apache.druid.segment with type arguments of type FieldTypeInfo.MutableTypeSetModifierConstructorDescriptionNestedColumnMergable(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.MutableTypeSetModifier and TypeMethodDescriptionFieldTypeInfo.MutableTypeSet.add(ColumnType type) FieldTypeInfo.MutableTypeSet.addUntypedArray()Set a flag when we encounter an empty array or array with only null elementsFieldTypeInfo.MutableTypeSet.merge(byte other, boolean hasEmptyArray) Methods in org.apache.druid.segment.nested that return types with arguments of type FieldTypeInfo.MutableTypeSetModifier and TypeMethodDescriptionCompressedNestedDataComplexColumn.getFieldTypeInfo()default SortedMap<String,FieldTypeInfo.MutableTypeSet> NestedCommonFormatColumn.getFieldTypeInfo()VariantColumn.getFieldTypeInfo()Methods in org.apache.druid.segment.nested with parameters of type FieldTypeInfo.MutableTypeSetModifier and TypeMethodDescriptionvoidFieldTypeInfo.Writer.write(FieldTypeInfo.MutableTypeSet types) Method parameters in org.apache.druid.segment.nested with type arguments of type FieldTypeInfo.MutableTypeSetModifier and TypeMethodDescriptionvoidNestedCommonFormatColumnSerializer.serializeFields(SortedMap<String, FieldTypeInfo.MutableTypeSet> fields) voidNestedDataColumnSerializer.serializeFields(SortedMap<String, FieldTypeInfo.MutableTypeSet> fields)