public static class Types.BaseMapBuilder.ValueBuilder<MP,M extends Types.BaseMapBuilder<MP,M>> extends Types.BasePrimitiveBuilder<MP,Types.BaseMapBuilder.ValueBuilder<MP,M>>
id, logicalTypeAnnotation, newLogicalTypeSet, parent, repetition, returnClass| Constructor and Description |
|---|
ValueBuilder(M mapBuilder,
PrimitiveType.PrimitiveTypeName type) |
| Modifier and Type | Method and Description |
|---|---|
MP |
named(String name)
Builds a
Type and returns the parent builder, if given, or the
Type that was built. |
protected Types.BaseMapBuilder.ValueBuilder<MP,M> |
self() |
build, columnOrder, decimalMetadata, length, precision, scaleas, as, getOriginalType, id, repetitionpublic ValueBuilder(M mapBuilder, PrimitiveType.PrimitiveTypeName type)
public MP named(String name)
Types.BuilderType and returns the parent builder, if given, or the
Type that was built. If returning a parent object that is a
GroupBuilder, the constructed type will be added to it as a field.
Note: Any configuration for this type builder should be done before calling this method.
named in class Types.Builder<Types.BaseMapBuilder.ValueBuilder<MP,M extends Types.BaseMapBuilder<MP,M>>,MP>name - a name for the constructed typeGroupBuilder or the constructed Typeprotected Types.BaseMapBuilder.ValueBuilder<MP,M> self()
self in class Types.BasePrimitiveBuilder<MP,Types.BaseMapBuilder.ValueBuilder<MP,M extends Types.BaseMapBuilder<MP,M>>>Copyright © 2024 The Apache Software Foundation. All rights reserved.