UnpivotOperation

A transform operation that converts columns into rows, normalizing the data structure.

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 columns to unpivot from the source data.

Link copied to clipboard

The source transform operation that provides input data for unpivoting.

Link copied to clipboard

A unique identifier for the new column that will contain the unpivoted column names.

Link copied to clipboard

The name for the new column that will contain the unpivoted column names.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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