class RowAggregator extends Serializable with SimpleAggregator[Row, Array[Any], Array[Any]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RowAggregator
- SimpleAggregator
- BaseAggregator
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RowAggregator(inputSchema: Seq[(String, DataType)], aggregationParts: Seq[AggregationPart])
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
- val aggregationParts: Seq[AggregationPart]
- def apply(index: Int): ColumnAggregator
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(ir: Array[Any]): Array[Any]
- Definition Classes
- RowAggregator → BaseAggregator
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val columnAggregators: Array[ColumnAggregator]
-
def
delete(ir: Array[Any], inputRow: Row): Array[Any]
- Definition Classes
- RowAggregator → SimpleAggregator
- def denormalize(ir: Array[Any]): Array[Any]
-
def
denormalize(ir: Any): Array[Any]
- Definition Classes
- BaseAggregator
- def denormalizeInPlace(ir: Array[Any]): Array[Any]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(ir: Array[Any]): Array[Any]
- Definition Classes
- RowAggregator → BaseAggregator
-
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()
- val indices: Range
- def init: Array[Any]
- val inputSchema: Seq[(String, DataType)]
-
def
inversePrepare(input: Row): Array[Any]
- Definition Classes
- SimpleAggregator
- val irSchema: Array[(String, DataType)]
-
def
irType: DataType
- Definition Classes
- RowAggregator → BaseAggregator
-
def
isDeletable: Boolean
- Definition Classes
- BaseAggregator
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isNotDeletable: Boolean
- val length: Int
-
def
merge(ir1: Array[Any], ir2: Array[Any]): Array[Any]
- Definition Classes
- RowAggregator → BaseAggregator
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalize(ir: Array[Any]): Array[Any]
- Definition Classes
- RowAggregator → BaseAggregator
- def normalizeInPlace(ir: Array[Any]): Array[Any]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outputSchema: Array[(String, DataType)]
-
def
outputType: DataType
- Definition Classes
- RowAggregator → BaseAggregator
-
def
prepare(input: Row): Array[Any]
- Definition Classes
- RowAggregator → SimpleAggregator
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
update(ir: Array[Any], inputRow: Row): Array[Any]
- Definition Classes
- RowAggregator → SimpleAggregator
- def updateWindowed(ir: Array[Any], inputRow: Row, endTime: Long): Unit
- def updateWithReturn(ir: Array[Any], inputRow: Row): Array[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()