Package org.apache.parquet.schema
Class DecimalMetadata
- java.lang.Object
-
- org.apache.parquet.schema.DecimalMetadata
-
@Deprecated public class DecimalMetadata extends Object
Deprecated.useLogicalTypeAnnotation.DecimalLogicalTypeAnnotationwith proper precision and scale parameters instead
-
-
Constructor Summary
Constructors Constructor Description DecimalMetadata(int precision, int scale)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.intgetPrecision()Deprecated.intgetScale()Deprecated.inthashCode()Deprecated.
-