class BucketedColumnAggregator[Input, IR, Output] extends ColumnAggregator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BucketedColumnAggregator
- ColumnAggregator
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BucketedColumnAggregator(agg: BaseAggregator[Input, IR, Output], columnIndices: ColumnIndices, bucketIndex: Int, rowUpdater: Dispatcher[Input, Any])
Type Members
- type IrMap = HashMap[String, IR]
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(ir: Any): Any
- Definition Classes
- BucketedColumnAggregator → ColumnAggregator
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
delete(ir: Array[Any], inputRow: Row): Unit
- Definition Classes
- BucketedColumnAggregator → ColumnAggregator
-
def
denormalize(ir: Any): Any
- Definition Classes
- BucketedColumnAggregator → ColumnAggregator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(ir: Any): Any
- Definition Classes
- BucketedColumnAggregator → ColumnAggregator
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
irType: DataType
- Definition Classes
- BucketedColumnAggregator → ColumnAggregator
-
def
isDeletable: Boolean
- Definition Classes
- BucketedColumnAggregator → ColumnAggregator
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
merge(ir1: Any, ir2: Any): Any
- Definition Classes
- BucketedColumnAggregator → ColumnAggregator
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalize(ir: Any): Any
- Definition Classes
- BucketedColumnAggregator → ColumnAggregator
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
outputType: DataType
- Definition Classes
- BucketedColumnAggregator → ColumnAggregator
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
update(ir: Array[Any], inputRow: Row): Unit
- Definition Classes
- BucketedColumnAggregator → ColumnAggregator
-
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()