trait AggregationFunctionsCombiners extends AnyRef
- Self Type
- AggregationFunctionsCombiners with Magnets with AggregationFunctions
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AggregationFunctionsCombiners
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Combinator[+T <: Column, Result] extends AnyRef
- case class CombinedAggregatedFunction[T <: TableColumn[_], Res](combinator: (AggregationFunctionsCombiners.this)#Combinator[T, Res], target: (AggregationFunctionsCombiners.this)#AggregateFunction[_]) extends (AggregationFunctionsCombiners.this)#AggregateFunction[Res] with Product with Serializable
- sealed trait StateResult[V] extends AnyRef
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 aggIf[T <: TableColumn[Res], Res](condition: TableColumn[Boolean])(aggregated: (AggregationFunctionsCombiners.this)#AggregateFunction[Res]): (AggregationFunctionsCombiners.this)#CombinedAggregatedFunction[T, Res]
- def array[T <: TableColumn[Seq[Res]], Res](aggregated: (AggregationFunctionsCombiners.this)#AggregateFunction[Res]): (AggregationFunctionsCombiners.this)#CombinedAggregatedFunction[T, Res]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
forEach[V, T <: TableColumn[Seq[V]], Res](column: T)(forEachFunc: (TableColumn[V]) ⇒ (AggregationFunctionsCombiners.this)#AggregateFunction[Res]): (AggregationFunctionsCombiners.this)#AggregateFunction[Seq[Res]]
Having a column with type array, it aggregates all the results for that column by running the provided aggregation functions for each vertical slice of the array elements.
Having a column with type array, it aggregates all the results for that column by running the provided aggregation functions for each vertical slice of the array elements. Therefore, for the query result: \array_col|
|[x1, y1, z1, u1]
|[x2, y2, z2]
|[x3, y3, z3]
if you run sumForEach(array_col) you will get an array result with the following entries: [sum(x1,x3,x3), sum(y1,y2,y3), sum(z1, z2, z3), sum(u1)]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def merge[T <: TableColumn[(AggregationFunctionsCombiners.this)#StateResult[Res]], Res](aggregated: (AggregationFunctionsCombiners.this)#AggregateFunction[Res]): (AggregationFunctionsCombiners.this)#CombinedAggregatedFunction[T, Res]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def state[T <: TableColumn[Res], Res](aggregated: (AggregationFunctionsCombiners.this)#AggregateFunction[Res]): (AggregationFunctionsCombiners.this)#CombinedAggregatedFunction[T, (AggregationFunctionsCombiners.this)#StateResult[Res]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Combinator
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.