Class Decimal.DecimalIsFractional$

Object
org.apache.spark.sql.types.Decimal.DecimalIsFractional$
All Implemented Interfaces:
Serializable, Comparator<Decimal>, Decimal.DecimalIsConflicted, scala.math.Equiv<Decimal>, scala.math.Fractional<Decimal>, scala.math.Numeric<Decimal>, scala.math.Ordering<Decimal>, scala.math.PartialOrdering<Decimal>, scala.Serializable
Enclosing class:
Decimal

public static class Decimal.DecimalIsFractional$ extends Object implements Decimal.DecimalIsConflicted, scala.math.Fractional<Decimal>
A Fractional evidence parameter for Decimals.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface scala.math.Fractional

    scala.math.Fractional.ExtraImplicits, scala.math.Fractional.FractionalOps, scala.math.Fractional.Implicits$

    Nested classes/interfaces inherited from interface scala.math.Numeric

    scala.math.Numeric.BigDecimalAsIfIntegral, scala.math.Numeric.BigDecimalAsIfIntegral$, scala.math.Numeric.BigDecimalIsConflicted, scala.math.Numeric.BigDecimalIsFractional, scala.math.Numeric.BigDecimalIsFractional$, scala.math.Numeric.BigIntIsIntegral, scala.math.Numeric.BigIntIsIntegral$, scala.math.Numeric.ByteIsIntegral, scala.math.Numeric.ByteIsIntegral$, scala.math.Numeric.CharIsIntegral, scala.math.Numeric.CharIsIntegral$, scala.math.Numeric.DoubleAsIfIntegral, scala.math.Numeric.DoubleAsIfIntegral$, scala.math.Numeric.DoubleIsConflicted, scala.math.Numeric.DoubleIsFractional, scala.math.Numeric.DoubleIsFractional$, scala.math.Numeric.ExtraImplicits, scala.math.Numeric.FloatAsIfIntegral, scala.math.Numeric.FloatAsIfIntegral$, scala.math.Numeric.FloatIsConflicted, scala.math.Numeric.FloatIsFractional, scala.math.Numeric.FloatIsFractional$, scala.math.Numeric.Implicits$, scala.math.Numeric.IntIsIntegral, scala.math.Numeric.IntIsIntegral$, scala.math.Numeric.LongIsIntegral, scala.math.Numeric.LongIsIntegral$, scala.math.Numeric.Ops, scala.math.Numeric.ShortIsIntegral, scala.math.Numeric.ShortIsIntegral$

    Nested classes/interfaces inherited from interface scala.math.Ordering

    scala.math.Ordering.BigDecimal$, scala.math.Ordering.BigDecimalOrdering, scala.math.Ordering.BigInt$, scala.math.Ordering.BigIntOrdering, scala.math.Ordering.Boolean$, scala.math.Ordering.BooleanOrdering, scala.math.Ordering.Byte$, scala.math.Ordering.ByteOrdering, scala.math.Ordering.Char$, scala.math.Ordering.CharOrdering, scala.math.Ordering.Double$, scala.math.Ordering.DoubleOrdering, scala.math.Ordering.Float$, scala.math.Ordering.FloatOrdering, scala.math.Ordering.Int$, scala.math.Ordering.IntOrdering, scala.math.Ordering.Long$, scala.math.Ordering.LongOrdering, scala.math.Ordering.OptionOrdering<T extends Object>, scala.math.Ordering.Short$, scala.math.Ordering.ShortOrdering, scala.math.Ordering.String$, scala.math.Ordering.StringOrdering, scala.math.Ordering.Unit$, scala.math.Ordering.UnitOrdering
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.spark.sql.types.Decimal.DecimalIsConflicted

    compare, fromInt, minus, negate, parseString, plus, times, toDouble, toFloat, toInt, toLong

    Methods inherited from interface scala.math.Fractional

    mkNumericOps

    Methods inherited from interface scala.math.Numeric

    abs, one, signum, zero

    Methods inherited from interface scala.math.Ordering

    equiv, gt, gteq, lt, lteq, max, min, mkOrderingOps, on, reverse, tryCompare
  • Field Details

  • Constructor Details

    • DecimalIsFractional$

      public DecimalIsFractional$()
  • Method Details