object FunctionDef extends Serializable

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped