Class DecimalValue

    • Method Detail

      • getHigh

        public long getHigh()
      • getLow

        public long getLow()
      • isInf

        public boolean isInf()
      • isNegativeInf

        public boolean isNegativeInf()
      • isNan

        public boolean isNan()
      • isZero

        public boolean isZero()
      • isNegative

        public boolean isNegative()
      • hashCode

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

        public String toUnscaledString()
      • toPb

        public com.yandex.ydb.ValueProtos.Value toPb()
        Specified by:
        toPb in interface Value<DecimalType>