Packages

class HGenericUDAFEvaluator[T] extends GenericUDAFEvaluator with Serializable

Linear Supertypes
Serializable, Serializable, GenericUDAFEvaluator, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HGenericUDAFEvaluator
  2. Serializable
  3. Serializable
  4. GenericUDAFEvaluator
  5. Closeable
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HGenericUDAFEvaluator()(implicit arg0: HAggregationBuffer[T], arg1: HDataTypes[T], arg2: HConverter[T])

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. def aggregate(arg0: AggregationBuffer, arg1: Array[AnyRef]): Unit
    Definition Classes
    GenericUDAFEvaluator
    Annotations
    @throws( ... )
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def close(): Unit
    Definition Classes
    GenericUDAFEvaluator → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def configure(arg0: MapredContext): Unit
    Definition Classes
    GenericUDAFEvaluator
  9. def convertNullable: (Any) ⇒ T
    Attributes
    protected
  10. def createPartitionEvaluator(arg0: WindowFrameDef, arg1: PTFPartition, arg2: List[PTFExpressionDef], arg3: ObjectInspector): BasePartitionEvaluator
    Attributes
    protected[generic]
    Definition Classes
    GenericUDAFEvaluator
  11. def dataType: DataType
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def evaluate(arg0: AggregationBuffer): AnyRef
    Definition Classes
    GenericUDAFEvaluator
    Annotations
    @throws( ... )
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getExprString(): String
    Definition Classes
    GenericUDAFEvaluator
  18. def getNewAggregationBuffer(): AggregationBuffer
    Definition Classes
    HGenericUDAFEvaluator → GenericUDAFEvaluator
  19. final def getPartitionWindowingEvaluator(arg0: WindowFrameDef, arg1: PTFPartition, arg2: List[PTFExpressionDef], arg3: ObjectInspector): BasePartitionEvaluator
    Definition Classes
    GenericUDAFEvaluator
  20. def getWindowingEvaluator(arg0: WindowFrameDef): GenericUDAFEvaluator
    Definition Classes
    GenericUDAFEvaluator
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def init(m: Mode, parameters: Array[ObjectInspector]): ObjectInspector
    Definition Classes
    HGenericUDAFEvaluator → GenericUDAFEvaluator
  23. var inputInspectors: Array[ObjectInspector]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def iterate(aggregationBuffer: AggregationBuffer, objects: Array[AnyRef]): Unit
    Definition Classes
    HGenericUDAFEvaluator → GenericUDAFEvaluator
  26. def merge(aggregationBuffer: AggregationBuffer, o: Any): Unit
    Definition Classes
    HGenericUDAFEvaluator → GenericUDAFEvaluator
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def reset(aggregationBuffer: AggregationBuffer): Unit
    Definition Classes
    HGenericUDAFEvaluator → GenericUDAFEvaluator
  31. lazy val resultInspector: ObjectInspector
    Annotations
    @transient()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def terminate(aggregationBuffer: AggregationBuffer): AnyRef
    Definition Classes
    HGenericUDAFEvaluator → GenericUDAFEvaluator
  34. def terminatePartial(aggregationBuffer: AggregationBuffer): AnyRef
    Definition Classes
    HGenericUDAFEvaluator → GenericUDAFEvaluator
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from GenericUDAFEvaluator

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped