PivotFirst supported datatypes | 1 ms | Passed |
SPARK-24722: aggregate as the pivot column | 8 ms | Passed |
SPARK-24722: pivoting by a constant | 0.73 sec | Passed |
SPARK-24722: pivoting nested columns | 0.77 sec | Passed |
SPARK-24722: references to multiple columns in the pivot column | 0.94 sec | Passed |
SPARK-26403: pivoting by array column | 1.5 sec | Passed |
optimized pivot DecimalType | 0.75 sec | Passed |
optimized pivot courses with literals | 3.2 sec | Passed |
optimized pivot planned | 0.19 sec | Passed |
optimized pivot with multiple aggregations | 0.97 sec | Passed |
optimized pivot year with literals | 3.8 sec | Passed |
optimized pivot year with string values (cast) | 0.74 sec | Passed |
pivot courses | 1.9 sec | Passed |
pivot courses with multiple aggregations | 2 sec | Passed |
pivot courses with no values | 3.3 sec | Passed |
pivot max values enforced | 0.35 sec | Passed |
pivot preserves aliases if given | 12 ms | Passed |
pivot with UnresolvedFunction | 1.2 sec | Passed |
pivot with column definition in groupby | 0.87 sec | Passed |
pivot with datatype not supported by PivotFirst | 0.42 sec | Passed |
pivot with datatype not supported by PivotFirst 2 | 0.56 sec | Passed |
pivot with null and aggregate type not supported by PivotFirst returns correct result | 0.71 sec | Passed |
pivot with null should not throw NPE | 1.1 sec | Passed |
pivot with timestamp and count should not print internal representation | 0.86 sec | Passed |
pivot year | 1.7 sec | Passed |
pivot year with int values | 0.73 sec | Passed |
pivot year with no values | 5.2 sec | Passed |
pivot year with string values (cast) | 0.67 sec | Passed |
pivoting column list | 0.48 sec | Passed |
pivoting column list with values | 0.82 sec | Passed |