PivotedLabel

Specifies a label value to be pivoted into a separate column, including the new column name and identifier.

Types

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

Properties

Link copied to clipboard

The label value from the source data to be pivoted.

Link copied to clipboard

A unique identifier for the new column created from this pivoted label.

Link copied to clipboard

The name for the new column created from this pivoted label.

Functions

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