abstract class HUDTF[R] extends HGenericUDTF
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HUDTF
- HGenericUDTF
- GenericUDTF
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HUDTF()(implicit arg0: HDataTypes[R])
Abstract Value Members
-
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
-
abstract
def
eval(arguments: Array[AnyRef]): Array[AnyRef]
- Definition Classes
- HGenericUDTF
Concrete 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( ... ) @native()
-
def
close(): Unit
- Definition Classes
- HGenericUDTF → GenericUDTF
-
def
configure(arg0: MapredContext): Unit
- Definition Classes
- GenericUDTF
-
def
dataTypes: List[DataType]
- Definition Classes
- HUDTF → HGenericUDTF
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
forward(arg0: Any): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericUDTF
- Annotations
- @throws( ... )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initialize(inspectors: Array[ObjectInspector]): StructObjectInspector
- Definition Classes
- HGenericUDTF → GenericUDTF
-
def
initialize(arg0: StructObjectInspector): StructObjectInspector
- Definition Classes
- GenericUDTF
- Annotations
- @throws( ... )
-
var
inputFieldInspectors: Array[StructField]
- Attributes
- protected
- Definition Classes
- HGenericUDTF
-
var
inputInspector: StructObjectInspector
- Attributes
- protected
- Definition Classes
- HGenericUDTF
-
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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
process(arguments: Array[AnyRef]): Unit
- Definition Classes
- HGenericUDTF → GenericUDTF
-
lazy val
resultColInspectors: List[ObjectInspector]
- Definition Classes
- HGenericUDTF
- Annotations
- @transient()
-
var
resultFieldInspectors: Array[StructField]
- Attributes
- protected
- Definition Classes
- HGenericUDTF
-
var
resultInspector: StructObjectInspector
- Attributes
- protected
- Definition Classes
- HGenericUDTF
-
final
def
setCollector(arg0: Collector): Unit
- Definition Classes
- GenericUDTF
-
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()