Aggregation

Defines an aggregation function to be applied to grouped data, creating a new column with the calculated result.

Types

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

Properties

Link copied to clipboard

The aggregation function to apply, such as SUM, COUNT, AVERAGE, MIN, MAX

Link copied to clipboard

A unique identifier for the new column that will contain the aggregated values.

Link copied to clipboard

The name for the new column that will contain the aggregated values.

Functions

Link copied to clipboard
inline fun copy(block: Aggregation.Builder.() -> Unit = {}): Aggregation
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