class RowAggregator extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RowAggregator
- 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]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val columnAggregators: Array[ColumnAggregator]
- def delete(ir: Array[Any], inputRow: Row): Unit
- def denormalize(ir: Array[Any]): Array[Any]
- 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]
-
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)]
- val irSchema: Array[(String, DataType)]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isNotDeletable: Boolean
- val length: Int
- def merge(ir1: Array[Any], ir2: Array[Any]): Array[Any]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalize(ir: Array[Any]): Array[Any]
- 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)]
-
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
- 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()