trait MathematicalFunctions extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- MathematicalFunctions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Acos(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Asin(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Atan(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Cbrt(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Cos(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class E() extends (MathematicalFunctions.this)#MathConst with Product with Serializable
- case class Erf(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Erfc(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Exp(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Exp10(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Exp2(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Lgamma(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Log(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Log10(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Log2(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- abstract class MathConst extends (MathematicalFunctions.this)#MathFuncColumn
- sealed abstract class MathFuncColumn extends ExpressionColumn[Double]
- abstract class MathTransformation extends (MathematicalFunctions.this)#MathFuncColumn
- case class Pi() extends (MathematicalFunctions.this)#MathConst with Product with Serializable
- case class Pow(x: (MathematicalFunctions.this)#NumericCol[_], y: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Sin(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Sqrt(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Tan(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
- case class Tgamma(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def acos(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Acos
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asin(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Asin
- def atan(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Atan
- def cbrt(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Cbrt
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def cos(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Cos
- def e(): (MathematicalFunctions.this)#E
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def erf(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Erf
- def erfc(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Erfc
- def exp(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Exp
- def exp10(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Exp10
- def exp2(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Exp2
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lgamma(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Lgamma
- def log(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Log
- def log10(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Log10
- def log2(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Log2
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pi(): (MathematicalFunctions.this)#Pi
- def pow(x: (MathematicalFunctions.this)#NumericCol[_], y: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Pow
- def sin(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Sin
- def sqrt(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Sqrt
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tan(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Tan
- def tgamma(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Tgamma
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.