Column pruning - filter alias in-lining - pruning test | 88 ms | Passed |
Column pruning - filter alias in-lining - query test | 1 sec | Passed |
Column pruning - non-trivial top project with aliases - pruning test | 48 ms | Passed |
Column pruning - non-trivial top project with aliases - query test | 0.73 sec | Passed |
Column pruning - projects alias substituting - pruning test | 54 ms | Passed |
Column pruning - projects alias substituting - query test | 0.91 sec | Passed |
Column pruning - simple top project without aliases - pruning test | 62 ms | Passed |
Column pruning - simple top project without aliases - query test | 0.75 sec | Passed |
Column pruning - with multiple projects - pruning test | 43 ms | Passed |
Column pruning - with multiple projects - query test | 0.79 sec | Passed |
Column pruning - with non-partitioned table - pruning test | 56 ms | Passed |
Column pruning - with non-partitioned table - query test | 1.2 sec | Passed |
Column pruning - with partitioned table - pruning test | 1.8 sec | Passed |
Column pruning - with partitioned table - query test | 3.4 sec | Passed |
Column pruning - without filters - pruning test | 45 ms | Passed |
Column pruning - without filters - query test | 0.73 sec | Passed |
Partition pruning - all partitions pruned - pruning test | 0.2 sec | Passed |
Partition pruning - all partitions pruned - query test | 8.6 sec | Passed |
Partition pruning - left only 1 partition - pruning test | 0.91 sec | Passed |
Partition pruning - left only 1 partition - query test | 9.9 sec | Passed |
Partition pruning - non-partitioned table - pruning test | 45 ms | Passed |
Partition pruning - non-partitioned table - query test | 0.68 sec | Passed |
Partition pruning - non-partitioned, non-trivial project - pruning test | 39 ms | Passed |
Partition pruning - non-partitioned, non-trivial project - query test | 0.67 sec | Passed |
Partition pruning - pruning with both column key and partition key - pruning test | 0.42 sec | Passed |
Partition pruning - pruning with both column key and partition key - query test | 8.5 sec | Passed |
Partition pruning - with filter containing non-deterministic condition - pruning test | 0.23 sec | Passed |
Partition pruning - with filter containing non-deterministic condition - query test | 8.3 sec | Passed |
Partition pruning - with filter on int partition key - pruning test | 0.3 sec | Passed |
Partition pruning - with filter on int partition key - query test | 9.5 sec | Passed |
Partition pruning - with filter on string partition key - pruning test | 1.9 sec | Passed |
Partition pruning - with filter on string partition key - query test | 5.6 sec | Passed |