Packages

t

com.azavea.hiveless

HGenericUDF

trait HGenericUDF[R] extends GenericUDF

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

Abstract Value Members

  1. abstract def dataType: DataType
  2. abstract def eval(arguments: Array[DeferredObject]): R
  3. abstract def name: String
  4. abstract def serialize: (R) ⇒ Any

Concrete 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
    HGenericUDF → 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
    HGenericUDF → 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 getLongValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Long
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  28. def getRequiredFiles(): Array[String]
    Definition Classes
    GenericUDF
  29. def getRequiredJars(): Array[String]
    Definition Classes
    GenericUDF
  30. def getStandardDisplayString(arg0: String, arg1: Array[String], arg2: String): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  31. def getStandardDisplayString(arg0: String, arg1: Array[String]): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  32. def getStringValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  33. def getTimestampValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Timestamp
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  34. def getUdfName(): String
    Definition Classes
    GenericUDF
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def initialize(arguments: Array[ObjectInspector]): ObjectInspector
    Definition Classes
    HGenericUDF → GenericUDF
  37. def initializeAndFoldConstants(arg0: Array[ObjectInspector]): ObjectInspector
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  38. val inputInspectors: Array[ObjectInspector]
    Attributes
    protected
    Annotations
    @transient()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def negative(): GenericUDF
    Definition Classes
    GenericUDF
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. def obtainDateConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  45. def obtainDoubleConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  46. def obtainIntConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  47. def obtainLongConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  48. def obtainStringConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  49. def obtainTimestampConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  50. lazy val resultInspector: ObjectInspector
    Annotations
    @transient()
  51. def serializeNullable: (R) ⇒ Any
    Attributes
    protected
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. 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