Package org.apache.parquet.format
Class DecimalType
- java.lang.Object
-
- org.apache.parquet.format.DecimalType
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<DecimalType>,org.apache.thrift.TBase<DecimalType,DecimalType._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.13.0)", date="2021-03-17") public class DecimalType extends Object implements org.apache.thrift.TBase<DecimalType,DecimalType._Fields>, Serializable, Cloneable, Comparable<DecimalType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDecimalType._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<DecimalType._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapintprecisionintscale
-
Constructor Summary
Constructors Constructor Description DecimalType()DecimalType(int scale, int precision)DecimalType(DecimalType other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(DecimalType other)DecimalTypedeepCopy()booleanequals(Object that)booleanequals(DecimalType that)DecimalType._FieldsfieldForId(int fieldId)ObjectgetFieldValue(DecimalType._Fields field)intgetPrecision()intgetScale()inthashCode()booleanisSet(DecimalType._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetPrecision()Returns true if field precision is set (has been assigned a value) and false otherwisebooleanisSetScale()Returns true if field scale is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(DecimalType._Fields field, Object value)DecimalTypesetPrecision(int precision)voidsetPrecisionIsSet(boolean value)DecimalTypesetScale(int scale)voidsetScaleIsSet(boolean value)StringtoString()voidunsetPrecision()voidunsetScale()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
scale
public int scale
-
precision
public int precision
-
metaDataMap
public static final Map<DecimalType._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
DecimalType
public DecimalType()
-
DecimalType
public DecimalType(int scale, int precision)
-
DecimalType
public DecimalType(DecimalType other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public DecimalType deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<DecimalType,DecimalType._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<DecimalType,DecimalType._Fields>
-
getScale
public int getScale()
-
setScale
public DecimalType setScale(int scale)
-
unsetScale
public void unsetScale()
-
isSetScale
public boolean isSetScale()
Returns true if field scale is set (has been assigned a value) and false otherwise
-
setScaleIsSet
public void setScaleIsSet(boolean value)
-
getPrecision
public int getPrecision()
-
setPrecision
public DecimalType setPrecision(int precision)
-
unsetPrecision
public void unsetPrecision()
-
isSetPrecision
public boolean isSetPrecision()
Returns true if field precision is set (has been assigned a value) and false otherwise
-
setPrecisionIsSet
public void setPrecisionIsSet(boolean value)
-
setFieldValue
public void setFieldValue(DecimalType._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<DecimalType,DecimalType._Fields>
-
getFieldValue
public Object getFieldValue(DecimalType._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<DecimalType,DecimalType._Fields>
-
isSet
public boolean isSet(DecimalType._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<DecimalType,DecimalType._Fields>
-
equals
public boolean equals(DecimalType that)
-
compareTo
public int compareTo(DecimalType other)
- Specified by:
compareToin interfaceComparable<DecimalType>
-
fieldForId
public DecimalType._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<DecimalType,DecimalType._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-