Pivot Unary Logical Operator
Pivot
is a unary logical operator that represents pivot operator.
Pivot
is created when RelationalGroupedDataset
creates a DataFrame for an aggregate operator.
Analysis Phase
Pivot
operator is resolved at analysis phase in the following logical evaluation rules:
Pivot
operator “disappears” behind (i.e. is converted to) a Aggregate logical operator (possibly under Project
operator).
Creating Pivot Instance
Pivot
takes the following when created:
-
Grouping named expressions
-
Pivot column expression
-
Pivot values literals
-
Aggregation expressions
-
Child logical plan