Packages

object FunctionDef extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FunctionDef
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val Abs: (ExprModule.this)#FunctionDef[Double, Double]
  5. val Acos: (ExprModule.this)#FunctionDef[Double, Double]
  6. val Ascii: (ExprModule.this)#FunctionDef[String, Int]
  7. val Asin: (ExprModule.this)#FunctionDef[Double, Double]
  8. val Atan: (ExprModule.this)#FunctionDef[Double, Double]
  9. val Ceil: (ExprModule.this)#FunctionDef[Double, Double]
  10. val CharLength: (ExprModule.this)#FunctionDef[String, Int]
  11. val Concat: (ExprModule.this)#FunctionDef[(String, String), String]
  12. val ConcatWs2: (ExprModule.this)#FunctionDef[(String, String), String]
  13. val ConcatWs3: (ExprModule.this)#FunctionDef[(String, String, String), String]
  14. val ConcatWs4: (ExprModule.this)#FunctionDef[(String, String, String, String), String]
  15. val Cos: (ExprModule.this)#FunctionDef[Double, Double]
  16. val CurrentTimestamp: (ExprModule.this)#FunctionDef[Nothing, Instant]
  17. val Exp: (ExprModule.this)#FunctionDef[Double, Double]
  18. val Floor: (ExprModule.this)#FunctionDef[Double, Double]
  19. val Ln: (ExprModule.this)#FunctionDef[Double, Double]
  20. val Log: (ExprModule.this)#FunctionDef[(Double, Double), Double]
  21. val Lower: (ExprModule.this)#FunctionDef[String, String]
  22. val Ltrim: (ExprModule.this)#FunctionDef[String, String]
  23. val Mod: (ExprModule.this)#FunctionDef[(Double, Double), Double]
  24. val OctetLength: (ExprModule.this)#FunctionDef[String, Int]
  25. val Overlay: (ExprModule.this)#FunctionDef[(String, String, Int, Option[Int]), String]
  26. val Position: (ExprModule.this)#FunctionDef[(String, String), Int]
  27. val Power: (ExprModule.this)#FunctionDef[(Double, Double), Double]
  28. val Replace: (ExprModule.this)#FunctionDef[(String, String, String), String]
  29. val Round: (ExprModule.this)#FunctionDef[(Double, Int), Double]
  30. val Rtrim: (ExprModule.this)#FunctionDef[String, String]
  31. val Sign: (ExprModule.this)#FunctionDef[Double, Int]
  32. val Sin: (ExprModule.this)#FunctionDef[Double, Double]
  33. val Sqrt: (ExprModule.this)#FunctionDef[Double, Double]
  34. val Substring: (ExprModule.this)#FunctionDef[(String, Int, Option[Int]), String]
  35. val Tan: (ExprModule.this)#FunctionDef[Double, Double]
  36. val Trim: (ExprModule.this)#FunctionDef[String, String]
  37. val Upper: (ExprModule.this)#FunctionDef[String, String]
  38. val WidthBucket: (ExprModule.this)#FunctionDef[(Double, Double, Double, Int), Int]
  39. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  40. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  43. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  44. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped