Package org.apache.parquet.schema
Class Types.PrimitiveBuilder<P>
- java.lang.Object
-
- org.apache.parquet.schema.Types.Builder<THIS,P>
-
- org.apache.parquet.schema.Types.BasePrimitiveBuilder<P,Types.PrimitiveBuilder<P>>
-
- org.apache.parquet.schema.Types.PrimitiveBuilder<P>
-
- Type Parameters:
P- The type that this builder will return fromTypes.Builder.named(String)when the type is built.
- Enclosing class:
- Types
public static class Types.PrimitiveBuilder<P> extends Types.BasePrimitiveBuilder<P,Types.PrimitiveBuilder<P>>
A builder forPrimitiveTypeobjects.
-
-
Field Summary
-
Fields inherited from class org.apache.parquet.schema.Types.Builder
id, logicalTypeAnnotation, newLogicalTypeSet, parent, repetition, returnClass
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Types.PrimitiveBuilder<P>self()-
Methods inherited from class org.apache.parquet.schema.Types.BasePrimitiveBuilder
build, columnOrder, decimalMetadata, length, precision, scale
-
Methods inherited from class org.apache.parquet.schema.Types.Builder
as, as, getOriginalType, id, named, repetition
-
-
-
-
Method Detail
-
self
protected Types.PrimitiveBuilder<P> self()
- Specified by:
selfin classTypes.BasePrimitiveBuilder<P,Types.PrimitiveBuilder<P>>
-
-