Class DecimalType

    • 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

      • 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)
      • 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:
        isSet in interface org.apache.thrift.TBase<DecimalType,​DecimalType._Fields>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.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:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException