PivotOperation

A transform operation that pivots data by converting row values into columns.

Types

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

Properties

Link copied to clipboard

Alias for this operation.

Link copied to clipboard

The list of column names to group by when performing the pivot operation.

Link copied to clipboard

Configuration that specifies which labels to pivot and how to structure the resulting columns.

Link copied to clipboard

The source transform operation that provides input data for pivoting.

Link copied to clipboard

Configuration for how to aggregate values when multiple rows map to the same pivoted column.

Functions

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