Packages

c

org.apache.kyuubi.engine.hive.udf

SystemUserFunction

class SystemUserFunction extends GenericUDF

Linear Supertypes
GenericUDF, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemUserFunction
  2. GenericUDF
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SystemUserFunction()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkArgGroups(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: <repeated...>[PrimitiveGrouping]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... ) @transient()
  6. def checkArgPrimitive(arg0: Array[ObjectInspector], arg1: Int): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  7. def checkArgsSize(arg0: Array[ObjectInspector], arg1: Int, arg2: Int): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def close(): Unit
    Definition Classes
    GenericUDF → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  10. def configure(arg0: MapredContext): Unit
    Definition Classes
    GenericUDF
  11. def copyToNewInstance(arg0: Any): Unit
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def evaluate(arguments: Array[DeferredObject]): AnyRef
    Definition Classes
    SystemUserFunction → GenericUDF
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def flip(): GenericUDF
    Definition Classes
    GenericUDF
  17. def getArgOrder(arg0: Int): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getConstantBooleanValue(arg0: Array[ObjectInspector], arg1: Int): Boolean
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  20. def getConstantIntValue(arg0: Array[ObjectInspector], arg1: Int): Integer
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  21. def getConstantStringValue(arg0: Array[ObjectInspector], arg1: Int): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  22. def getDateValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Date
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  23. def getDisplayString(children: Array[String]): String
    Definition Classes
    SystemUserFunction → GenericUDF
  24. def getDoubleValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Double
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  25. def getFuncName(): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  26. def getIntValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Integer
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  27. def getIntervalDayTimeValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): HiveIntervalDayTime
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  28. def getIntervalYearMonthValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): HiveIntervalYearMonth
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  29. def getLongValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Long
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  30. def getRequiredFiles(): Array[String]
    Definition Classes
    GenericUDF
  31. def getRequiredJars(): Array[String]
    Definition Classes
    GenericUDF
  32. def getStandardDisplayString(arg0: String, arg1: Array[String], arg2: String): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  33. def getStandardDisplayString(arg0: String, arg1: Array[String]): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  34. def getStringValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  35. def getTimestampValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Timestamp
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  36. def getUdfName(): String
    Definition Classes
    GenericUDF
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def initialize(arguments: Array[ObjectInspector]): ObjectInspector
    Definition Classes
    SystemUserFunction → GenericUDF
  39. def initializeAndFoldConstants(arg0: Array[ObjectInspector]): ObjectInspector
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def negative(): GenericUDF
    Definition Classes
    GenericUDF
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. def obtainDateConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  46. def obtainDoubleConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  47. def obtainIntConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  48. def obtainLongConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  49. def obtainStringConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  50. def obtainTimestampConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from GenericUDF

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped