t

com.crobox.clickhouse.dsl.column

MathematicalFunctions

trait MathematicalFunctions extends AnyRef

Self Type
MathematicalFunctions with Magnets
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MathematicalFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Acos(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  2. case class Asin(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  3. case class Atan(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  4. case class Cbrt(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  5. case class Cos(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  6. case class E() extends (MathematicalFunctions.this)#MathConst with Product with Serializable
  7. case class Erf(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  8. case class Erfc(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  9. case class Exp(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  10. case class Exp10(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  11. case class Exp2(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  12. case class Lgamma(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  13. case class Log(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  14. case class Log10(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  15. case class Log2(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  16. abstract class MathConst extends (MathematicalFunctions.this)#MathFuncColumn
  17. sealed abstract class MathFuncColumn extends ExpressionColumn[Double]
  18. abstract class MathTransformation extends (MathematicalFunctions.this)#MathFuncColumn
  19. case class Pi() extends (MathematicalFunctions.this)#MathConst with Product with Serializable
  20. case class Pow(x: (MathematicalFunctions.this)#NumericCol[_], y: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  21. case class Sin(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  22. case class Sqrt(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  23. case class Tan(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable
  24. case class Tgamma(col: (MathematicalFunctions.this)#NumericCol[_]) extends (MathematicalFunctions.this)#MathTransformation with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acos(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Acos
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asin(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Asin
  7. def atan(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Atan
  8. def cbrt(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Cbrt
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def cos(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Cos
  11. def e(): (MathematicalFunctions.this)#E
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def erf(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Erf
  15. def erfc(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Erfc
  16. def exp(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Exp
  17. def exp10(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Exp10
  18. def exp2(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Exp2
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lgamma(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Lgamma
  23. def log(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Log
  24. def log10(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Log10
  25. def log2(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Log2
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def pi(): (MathematicalFunctions.this)#Pi
  30. def pow(x: (MathematicalFunctions.this)#NumericCol[_], y: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Pow
  31. def sin(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Sin
  32. def sqrt(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Sqrt
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def tan(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Tan
  35. def tgamma(col: (MathematicalFunctions.this)#NumericCol[_]): (MathematicalFunctions.this)#Tgamma
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped