GroupTransform

Represents the 'groupby' transformation.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun aggregate(vararg items: AggregateValue): GroupTransform

Adds new aggregate items to the tranform instance.

Link copied to clipboard

Adds new aggregate item list to the tranform instance.

Link copied to clipboard
open override fun copyMutable(): DataValue

Return a clone of this value if it (together with all value subcomponents) is possibly mutable, or return this value if it (together with all value subcomponents) is definitely immutable. The resulting value might share mutable metadata with this query.

Link copied to clipboard
open fun transform(vararg items: TransformValue): GroupTransform

Adds new transform items to the tranform instance.

Link copied to clipboard

Adds new transform itemlist to the tranform instance.