class HGenericUDAFEvaluator[T] extends GenericUDAFEvaluator with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HGenericUDAFEvaluator
- Serializable
- Serializable
- GenericUDAFEvaluator
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HGenericUDAFEvaluator()(implicit arg0: HAggregationBuffer[T], arg1: HDataTypes[T], arg2: HConverter[T])
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
-
def
aggregate(arg0: AggregationBuffer, arg1: Array[AnyRef]): Unit
- Definition Classes
- GenericUDAFEvaluator
- Annotations
- @throws( ... )
-
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
- GenericUDAFEvaluator → Closeable → AutoCloseable
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
configure(arg0: MapredContext): Unit
- Definition Classes
- GenericUDAFEvaluator
-
def
convertNullable: (Any) ⇒ T
- Attributes
- protected
-
def
createPartitionEvaluator(arg0: WindowFrameDef, arg1: PTFPartition, arg2: List[PTFExpressionDef], arg3: ObjectInspector): BasePartitionEvaluator
- Attributes
- protected[generic]
- Definition Classes
- GenericUDAFEvaluator
- def dataType: DataType
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
evaluate(arg0: AggregationBuffer): AnyRef
- Definition Classes
- GenericUDAFEvaluator
- Annotations
- @throws( ... )
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getExprString(): String
- Definition Classes
- GenericUDAFEvaluator
-
def
getNewAggregationBuffer(): AggregationBuffer
- Definition Classes
- HGenericUDAFEvaluator → GenericUDAFEvaluator
-
final
def
getPartitionWindowingEvaluator(arg0: WindowFrameDef, arg1: PTFPartition, arg2: List[PTFExpressionDef], arg3: ObjectInspector): BasePartitionEvaluator
- Definition Classes
- GenericUDAFEvaluator
-
def
getWindowingEvaluator(arg0: WindowFrameDef): GenericUDAFEvaluator
- Definition Classes
- GenericUDAFEvaluator
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
init(m: Mode, parameters: Array[ObjectInspector]): ObjectInspector
- Definition Classes
- HGenericUDAFEvaluator → GenericUDAFEvaluator
- var inputInspectors: Array[ObjectInspector]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterate(aggregationBuffer: AggregationBuffer, objects: Array[AnyRef]): Unit
- Definition Classes
- HGenericUDAFEvaluator → GenericUDAFEvaluator
-
def
merge(aggregationBuffer: AggregationBuffer, o: Any): Unit
- Definition Classes
- HGenericUDAFEvaluator → GenericUDAFEvaluator
-
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
reset(aggregationBuffer: AggregationBuffer): Unit
- Definition Classes
- HGenericUDAFEvaluator → GenericUDAFEvaluator
-
lazy val
resultInspector: ObjectInspector
- Annotations
- @transient()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
terminate(aggregationBuffer: AggregationBuffer): AnyRef
- Definition Classes
- HGenericUDAFEvaluator → GenericUDAFEvaluator
-
def
terminatePartial(aggregationBuffer: AggregationBuffer): AnyRef
- Definition Classes
- HGenericUDAFEvaluator → GenericUDAFEvaluator
-
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()