Package org.apache.spark.sql.types
Interface DoubleType.DoubleIsConflicted
- All Superinterfaces:
Comparator<Object>,scala.math.Equiv<Object>,scala.math.Numeric<Object>,scala.math.Ordering<Object>,scala.math.PartialOrdering<Object>,Serializable
- All Known Subinterfaces:
DoubleType.DoubleAsIfIntegral
- All Known Implementing Classes:
DoubleType.DoubleAsIfIntegral$
- Enclosing class:
- DoubleType
-
Nested Class Summary
Nested classes/interfaces inherited from interface scala.math.Equiv
scala.math.Equiv.DeprecatedDoubleEquiv$, scala.math.Equiv.DeprecatedFloatEquiv$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.DoubleIsFractional, scala.math.Numeric.DoubleIsFractional$, scala.math.Numeric.ExtraImplicits, 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.NumericOps, 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.CachedReverse<T extends Object>, scala.math.Ordering.Char$, scala.math.Ordering.CharOrdering, scala.math.Ordering.DeprecatedDoubleOrdering$, scala.math.Ordering.DeprecatedFloatOrdering$, scala.math.Ordering.Double$, scala.math.Ordering.Float$, 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.OrderingOps, scala.math.Ordering.Short$, scala.math.Ordering.ShortOrdering, scala.math.Ordering.String$, scala.math.Ordering.StringOrdering, scala.math.Ordering.Symbol$, scala.math.Ordering.SymbolOrdering, scala.math.Ordering.Unit$, scala.math.Ordering.UnitOrdering -
Method Summary
Modifier and TypeMethodDescriptiondoubleabs(double x) doublefromInt(int x) doubleminus(double x, double y) doublenegate(double x) scala.Option<Object>parseString(String str) doubleplus(double x, double y) doubletimes(double x, double y) doubletoDouble(double x) floattoFloat(double x) inttoInt(double x) longtoLong(double x) Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface scala.math.Numeric
abs, minus, mkNumericOps, negate, one, plus, sign, signum, times, toDouble, toFloat, toInt, toLong, zeroMethods inherited from interface scala.math.Ordering
compare, equiv, gt, gteq, isReverseOf, lt, lteq, max, min, mkOrderingOps, on, orElse, orElseBy, reverse, tryCompare
-
Method Details
-
abs
double abs(double x) -
fromInt
double fromInt(int x) - Specified by:
fromIntin interfacescala.math.Numeric<Object>
-
minus
double minus(double x, double y) -
negate
double negate(double x) -
parseString
- Specified by:
parseStringin interfacescala.math.Numeric<Object>
-
plus
double plus(double x, double y) -
times
double times(double x, double y) -
toDouble
double toDouble(double x) -
toFloat
float toFloat(double x) -
toInt
int toInt(double x) -
toLong
long toLong(double x)
-