object FunctionDef extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FunctionDef
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val Abs: (ExprModule.this)#FunctionDef[Double, Double]
- val Acos: (ExprModule.this)#FunctionDef[Double, Double]
- val Ascii: (ExprModule.this)#FunctionDef[String, Int]
- val Asin: (ExprModule.this)#FunctionDef[Double, Double]
- val Atan: (ExprModule.this)#FunctionDef[Double, Double]
- val Ceil: (ExprModule.this)#FunctionDef[Double, Double]
- val CharLength: (ExprModule.this)#FunctionDef[String, Int]
- val Concat: (ExprModule.this)#FunctionDef[(String, String), String]
- val ConcatWs2: (ExprModule.this)#FunctionDef[(String, String), String]
- val ConcatWs3: (ExprModule.this)#FunctionDef[(String, String, String), String]
- val ConcatWs4: (ExprModule.this)#FunctionDef[(String, String, String, String), String]
- val Cos: (ExprModule.this)#FunctionDef[Double, Double]
- val CurrentTimestamp: (ExprModule.this)#FunctionDef[Nothing, Instant]
- val Exp: (ExprModule.this)#FunctionDef[Double, Double]
- val Floor: (ExprModule.this)#FunctionDef[Double, Double]
- val Ln: (ExprModule.this)#FunctionDef[Double, Double]
- val Log: (ExprModule.this)#FunctionDef[(Double, Double), Double]
- val Lower: (ExprModule.this)#FunctionDef[String, String]
- val Ltrim: (ExprModule.this)#FunctionDef[String, String]
- val Mod: (ExprModule.this)#FunctionDef[(Double, Double), Double]
- val OctetLength: (ExprModule.this)#FunctionDef[String, Int]
- val Overlay: (ExprModule.this)#FunctionDef[(String, String, Int, Option[Int]), String]
- val Position: (ExprModule.this)#FunctionDef[(String, String), Int]
- val Power: (ExprModule.this)#FunctionDef[(Double, Double), Double]
- val Replace: (ExprModule.this)#FunctionDef[(String, String, String), String]
- val Round: (ExprModule.this)#FunctionDef[(Double, Int), Double]
- val Rtrim: (ExprModule.this)#FunctionDef[String, String]
- val Sign: (ExprModule.this)#FunctionDef[Double, Int]
- val Sin: (ExprModule.this)#FunctionDef[Double, Double]
- val Sqrt: (ExprModule.this)#FunctionDef[Double, Double]
- val Substring: (ExprModule.this)#FunctionDef[(String, Int, Option[Int]), String]
- val Tan: (ExprModule.this)#FunctionDef[Double, Double]
- val Trim: (ExprModule.this)#FunctionDef[String, String]
- val Upper: (ExprModule.this)#FunctionDef[String, String]
- val WidthBucket: (ExprModule.this)#FunctionDef[(Double, Double, Double, Int), Int]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()