object SQLFunctionHelper
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SQLFunctionHelper
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def columnName(column: Column): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @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
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def nullableUDF[A1, A2, A3, A4, RT](f: (A1, A2, A3, A4) => RT): (A1, A2, A3, A4) => RT
- def nullableUDF[A1, A2, A3, RT](f: (A1, A2, A3) => RT): (A1, A2, A3) => RT
- def nullableUDF[A1, A2, RT](f: (A1, A2) => RT): (A1, A2) => RT
- def nullableUDF[A1, RT](f: (A1) => RT): (A1) => RT
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def udfToColumn[A1, A2, A3, A4, RT, N >: (A1, A2, A3, A4) => RT](f: (A1, A2, A3, A4) => RT, namer: (N) => String, colA: Column, colB: Column, colC: Column, colD: Column)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A1], arg1: scala.reflect.api.JavaUniverse.TypeTag[A2], arg2: scala.reflect.api.JavaUniverse.TypeTag[A3], arg3: scala.reflect.api.JavaUniverse.TypeTag[A4], arg4: scala.reflect.api.JavaUniverse.TypeTag[RT], arg5: Encoder[RT]): TypedColumn[Any, RT]
- def udfToColumn[A1, A2, A3, RT, N >: (A1, A2, A3) => RT](f: (A1, A2, A3) => RT, namer: (N) => String, colA: Column, colB: Column, colC: Column)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A1], arg1: scala.reflect.api.JavaUniverse.TypeTag[A2], arg2: scala.reflect.api.JavaUniverse.TypeTag[A3], arg3: scala.reflect.api.JavaUniverse.TypeTag[RT], arg4: Encoder[RT]): TypedColumn[Any, RT]
- def udfToColumn[A1, A2, RT, N >: (A1, A2) => RT](f: (A1, A2) => RT, namer: (N) => String, colA: Column, colB: Column)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A1], arg1: scala.reflect.api.JavaUniverse.TypeTag[A2], arg2: scala.reflect.api.JavaUniverse.TypeTag[RT], arg3: Encoder[RT]): TypedColumn[Any, RT]
- def udfToColumn[A1, RT, N >: (A1) => RT](f: (A1) => RT, namer: (N) => String, col: Column)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A1], arg1: scala.reflect.api.JavaUniverse.TypeTag[RT], arg2: Encoder[RT]): TypedColumn[Any, RT]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAlias(name: String, inputs: Column*)(output: Column): Column
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)