ColumnToUnpivot

Specifies a column to be unpivoted, transforming it from a column into rows with associated values.

Types

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

Properties

Link copied to clipboard

The name of the column to unpivot from the source data.

Link copied to clipboard

The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.

Functions

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