class SessionUserFunction extends GenericUDF
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SessionUserFunction
- GenericUDF
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SessionUserFunction()
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
checkArgGroups(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: <repeated...>[PrimitiveGrouping]): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... ) @transient()
-
def
checkArgPrimitive(arg0: Array[ObjectInspector], arg1: Int): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
checkArgsSize(arg0: Array[ObjectInspector], arg1: Int, arg2: Int): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- GenericUDF → Closeable → AutoCloseable
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
configure(arg0: MapredContext): Unit
- Definition Classes
- GenericUDF
-
def
copyToNewInstance(arg0: Any): Unit
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
evaluate(arguments: Array[DeferredObject]): AnyRef
- Definition Classes
- SessionUserFunction → GenericUDF
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flip(): GenericUDF
- Definition Classes
- GenericUDF
-
def
getArgOrder(arg0: Int): String
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getConstantBooleanValue(arg0: Array[ObjectInspector], arg1: Int): Boolean
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
getConstantIntValue(arg0: Array[ObjectInspector], arg1: Int): Integer
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
getConstantStringValue(arg0: Array[ObjectInspector], arg1: Int): String
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
-
def
getDateValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Date
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
getDisplayString(children: Array[String]): String
- Definition Classes
- SessionUserFunction → GenericUDF
-
def
getDoubleValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Double
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
getFuncName(): String
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
-
def
getIntValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Integer
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
getIntervalDayTimeValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): HiveIntervalDayTime
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
getIntervalYearMonthValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): HiveIntervalYearMonth
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
getLongValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Long
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
getRequiredFiles(): Array[String]
- Definition Classes
- GenericUDF
-
def
getRequiredJars(): Array[String]
- Definition Classes
- GenericUDF
-
def
getStandardDisplayString(arg0: String, arg1: Array[String], arg2: String): String
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
-
def
getStandardDisplayString(arg0: String, arg1: Array[String]): String
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
-
def
getStringValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): String
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
getTimestampValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Timestamp
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
getUdfName(): String
- Definition Classes
- GenericUDF
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initialize(arguments: Array[ObjectInspector]): ObjectInspector
- Definition Classes
- SessionUserFunction → GenericUDF
-
def
initializeAndFoldConstants(arg0: Array[ObjectInspector]): ObjectInspector
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
negative(): GenericUDF
- Definition Classes
- GenericUDF
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
obtainDateConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
obtainDoubleConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
obtainIntConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
obtainLongConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
obtainStringConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
def
obtainTimestampConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericUDF
- Annotations
- @throws( ... )
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()