Aggregate

class Aggregate

Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the aggregate functions to be performed on specified fields.

Link copied to clipboard

Specifies the fields to group by.

Link copied to clipboard

Specifies the fields and rows to use as inputs for the aggregate transform.

Link copied to clipboard

The name of the transform node.

Functions

Link copied to clipboard
inline fun copy(block: Aggregate.Builder.() -> Unit = {}): Aggregate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String