Package org.apache.druid.segment.nested
Class FieldTypeInfo
java.lang.Object
org.apache.druid.segment.nested.FieldTypeInfo
Binary serialization for nested field type info, translated into this compact format for storage in segments.
The index of the type info here is the same as the field index in
invalid reference
CompressedNestedDataComplexColumn#fields
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byteadd(byte types, ColumnType type) static Set<ColumnType> convertToSet(byte types) getTypes(int fieldIndex) static FieldTypeInforead(ByteBuffer buffer, int length)
-
Constructor Details
-
FieldTypeInfo
-
-
Method Details
-
read
-
getTypes
-
add
-
convertToSet
-