PivotOperation
class PivotOperation
A transform operation that pivots data by converting row values into columns.
Types
Properties
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.