PivotConfiguration

Configuration for a pivot operation, specifying which column contains labels and how to pivot them.

Types

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

Properties

Link copied to clipboard

The name of the column that contains the labels to be pivoted into separate columns.

Link copied to clipboard

The list of specific label values to pivot into separate columns.

Functions

Link copied to clipboard
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