Uses of Class
org.apache.parquet.schema.DecimalMetadata
-
Packages that use DecimalMetadata Package Description org.apache.parquet.schema -
-
Uses of DecimalMetadata in org.apache.parquet.schema
Methods in org.apache.parquet.schema that return DecimalMetadata Modifier and Type Method Description protected DecimalMetadataTypes.BasePrimitiveBuilder. decimalMetadata()DecimalMetadataPrimitiveType. getDecimalMetadata()Deprecated.Methods in org.apache.parquet.schema with parameters of type DecimalMetadata Modifier and Type Method Description static LogicalTypeAnnotationLogicalTypeAnnotation. fromOriginalType(OriginalType originalType, DecimalMetadata decimalMetadata)Helper method to convert the old representation of logical types (OriginalType) to new logical type.Constructors in org.apache.parquet.schema with parameters of type DecimalMetadata Constructor Description PrimitiveType(Type.Repetition repetition, PrimitiveType.PrimitiveTypeName primitive, int length, String name, OriginalType originalType, DecimalMetadata decimalMeta, Type.ID id)Deprecated.will be removed in 2.0.0; use builders inTypesinstead
-