Package org.apache.druid.segment.serde
Class NestedCommonFormatColumnPartSerde.SerializerBuilder
java.lang.Object
org.apache.druid.segment.serde.NestedCommonFormatColumnPartSerde.SerializerBuilder
- Enclosing class:
- NestedCommonFormatColumnPartSerde
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()isVariantType(boolean isVariant) withBitmapSerdeFactory(BitmapSerdeFactory serdeFactory) withByteOrder(ByteOrder byteOrder) withColumnFormatSpec(NestedCommonFormatColumnFormatSpec columnFormatSpec) withEnforceLogicalType(boolean enforceLogicalType) withHasNulls(boolean hasNulls) withLogicalType(ColumnType logicalType) withSerializer(Serializer serializer)
-
Constructor Details
-
SerializerBuilder
public SerializerBuilder()
-
-
Method Details
-
withLogicalType
-
isVariantType
-
withSerializer
-
withByteOrder
-
withBitmapSerdeFactory
public NestedCommonFormatColumnPartSerde.SerializerBuilder withBitmapSerdeFactory(BitmapSerdeFactory serdeFactory) -
withHasNulls
-
withEnforceLogicalType
public NestedCommonFormatColumnPartSerde.SerializerBuilder withEnforceLogicalType(boolean enforceLogicalType) -
withColumnFormatSpec
public NestedCommonFormatColumnPartSerde.SerializerBuilder withColumnFormatSpec(NestedCommonFormatColumnFormatSpec columnFormatSpec) -
build
-