Packages

abstract class HUDTF[R] extends HGenericUDTF

Linear Supertypes
HGenericUDTF, GenericUDTF, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HUDTF
  2. HGenericUDTF
  3. GenericUDTF
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HUDTF()(implicit arg0: HDataTypes[R])

Abstract Value Members

  1. abstract def circularInspectors: Boolean

    In case there are less dataTypes passed than columns, result inspectors will be picked up from the list in a circular fashion.

    In case there are less dataTypes passed than columns, result inspectors will be picked up from the list in a circular fashion.

    Definition Classes
    HGenericUDTF
  2. abstract def eval(arguments: Array[AnyRef]): Array[AnyRef]
    Definition Classes
    HGenericUDTF

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def close(): Unit
    Definition Classes
    HGenericUDTF → GenericUDTF
  7. def configure(arg0: MapredContext): Unit
    Definition Classes
    GenericUDTF
  8. def dataTypes: List[DataType]
    Definition Classes
    HUDTFHGenericUDTF
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def forward(arg0: Any): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDTF
    Annotations
    @throws( ... )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def initialize(inspectors: Array[ObjectInspector]): StructObjectInspector
    Definition Classes
    HGenericUDTF → GenericUDTF
  16. def initialize(arg0: StructObjectInspector): StructObjectInspector
    Definition Classes
    GenericUDTF
    Annotations
    @throws( ... )
  17. var inputFieldInspectors: Array[StructField]
    Attributes
    protected
    Definition Classes
    HGenericUDTF
  18. var inputInspector: StructObjectInspector
    Attributes
    protected
    Definition Classes
    HGenericUDTF
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def process(arguments: Array[AnyRef]): Unit
    Definition Classes
    HGenericUDTF → GenericUDTF
  24. lazy val resultColInspectors: List[ObjectInspector]
    Definition Classes
    HGenericUDTF
    Annotations
    @transient()
  25. var resultFieldInspectors: Array[StructField]
    Attributes
    protected
    Definition Classes
    HGenericUDTF
  26. var resultInspector: StructObjectInspector
    Attributes
    protected
    Definition Classes
    HGenericUDTF
  27. final def setCollector(arg0: Collector): Unit
    Definition Classes
    GenericUDTF
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HGenericUDTF

Inherited from GenericUDTF

Inherited from AnyRef

Inherited from Any

Ungrouped