Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public boolean equals(Object o) {
}
TimestampArithmetic other = (TimestampArithmetic) o;
return Objects.equals(funcName, other.funcName) && Objects.equals(timeUnit, other.timeUnit)
&& op.equals(other.op)
&& Objects.equals(left(), other.left()) && Objects.equals(right(), other.right());
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PhysicalResultSink
------------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
--------------------------------PhysicalOlapScan[item]
------------------------PhysicalProject
--------------------------filter((date_dim.d_date = '1999-05-23'))
--------------------------filter((date_dim.d_date <= '1999-07-22') and (date_dim.d_date >= '1999-05-23'))
----------------------------PhysicalOlapScan[date_dim]
--------------------PhysicalProject
----------------------PhysicalOlapScan[warehouse]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PhysicalResultSink
--------------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------------PhysicalOlapScan[item]
--------------------------PhysicalProject
----------------------------filter((date_dim.d_date = '2001-04-02'))
----------------------------filter((date_dim.d_date <= '2001-06-01') and (date_dim.d_date >= '2001-04-02'))
------------------------------PhysicalOlapScan[date_dim]
------------------PhysicalProject
--------------------PhysicalOlapScan[warehouse]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ PhysicalResultSink
----------------PhysicalProject
------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_warehouse_sk = warehouse.w_warehouse_sk)) otherCondition=() build RFs:RF2 w_warehouse_sk->[inv_warehouse_sk]
--------------------PhysicalProject
----------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = inventory.inv_item_sk)) otherCondition=() build RFs:RF1 i_item_sk->[inv_item_sk]
----------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[inv_date_sk]
------------------------PhysicalProject
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF0 d_date_sk->[inv_date_sk]
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = inventory.inv_item_sk)) otherCondition=() build RFs:RF0 i_item_sk->[inv_item_sk]
----------------------------PhysicalOlapScan[inventory] apply RFs: RF0 RF1 RF2
----------------------------PhysicalProject
------------------------------filter((date_dim.d_date = '1999-05-23'))
--------------------------------PhysicalOlapScan[date_dim]
------------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
--------------------------------PhysicalOlapScan[item]
------------------------PhysicalProject
--------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------PhysicalOlapScan[item]
--------------------------filter((date_dim.d_date <= '1999-07-22') and (date_dim.d_date >= '1999-05-23'))
----------------------------PhysicalOlapScan[date_dim]
--------------------PhysicalProject
----------------------PhysicalOlapScan[warehouse]

Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ PhysicalResultSink
----------------------PhysicalProject
------------------------PhysicalOlapScan[catalog_returns] apply RFs: RF2 RF3
----------------------PhysicalProject
------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = catalog_sales.cs_item_sk)) otherCondition=() build RFs:RF1 i_item_sk->[cs_item_sk]
------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[cs_sold_date_sk]
--------------------------PhysicalProject
----------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF0 d_date_sk->[cs_sold_date_sk]
----------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = catalog_sales.cs_item_sk)) otherCondition=() build RFs:RF0 i_item_sk->[cs_item_sk]
------------------------------PhysicalProject
--------------------------------PhysicalOlapScan[catalog_sales] apply RFs: RF0 RF1 RF4
------------------------------PhysicalProject
--------------------------------filter((date_dim.d_date = '2001-04-02'))
----------------------------------PhysicalOlapScan[date_dim]
--------------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------------PhysicalOlapScan[item]
--------------------------PhysicalProject
----------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
------------------------------PhysicalOlapScan[item]
----------------------------filter((date_dim.d_date <= '2001-06-01') and (date_dim.d_date >= '2001-04-02'))
------------------------------PhysicalOlapScan[date_dim]
------------------PhysicalProject
--------------------PhysicalOlapScan[warehouse]

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ PhysicalResultSink
--------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------PhysicalOlapScan[item]
--------------------PhysicalProject
----------------------filter((date_dim.d_date = '2002-01-28'))
----------------------filter((date_dim.d_date <= '2002-03-29') and (date_dim.d_date >= '2002-01-28'))
------------------------PhysicalOlapScan[date_dim]

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ PhysicalResultSink
------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
--------------------------PhysicalOlapScan[item]
------------------PhysicalProject
--------------------filter((date_dim.d_date = '2001-03-03'))
--------------------filter((date_dim.d_date <= '2001-05-02') and (date_dim.d_date >= '2001-03-03'))
----------------------PhysicalOlapScan[date_dim]

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ PhysicalResultSink
--------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------PhysicalOlapScan[item]
--------------------PhysicalProject
----------------------filter((date_dim.d_date = '2002-01-28'))
----------------------filter((date_dim.d_date <= '2002-03-29') and (date_dim.d_date >= '2002-01-28'))
------------------------PhysicalOlapScan[date_dim]

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ PhysicalResultSink
------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
--------------------------PhysicalOlapScan[item]
------------------PhysicalProject
--------------------filter((date_dim.d_date = '2001-03-03'))
--------------------filter((date_dim.d_date <= '2001-05-02') and (date_dim.d_date >= '2001-03-03'))
----------------------PhysicalOlapScan[date_dim]

Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ PhysicalResultSink
----------------PhysicalProject
------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_warehouse_sk = warehouse.w_warehouse_sk)) otherCondition=()
--------------------PhysicalProject
----------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = inventory.inv_item_sk)) otherCondition=() build RFs:RF1 i_item_sk->[inv_item_sk]
----------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[inv_date_sk]
------------------------PhysicalProject
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF0 d_date_sk->[inv_date_sk]
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = inventory.inv_item_sk)) otherCondition=() build RFs:RF0 i_item_sk->[inv_item_sk]
----------------------------PhysicalOlapScan[inventory] apply RFs: RF0 RF1
----------------------------PhysicalProject
------------------------------filter((date_dim.d_date = '2002-01-28'))
--------------------------------PhysicalOlapScan[date_dim]
------------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
--------------------------------PhysicalOlapScan[item]
------------------------PhysicalProject
--------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------PhysicalOlapScan[item]
--------------------------filter((date_dim.d_date <= '2002-03-29') and (date_dim.d_date >= '2002-01-28'))
----------------------------PhysicalOlapScan[date_dim]
--------------------PhysicalProject
----------------------PhysicalOlapScan[warehouse]

Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ PhysicalResultSink
----------------------PhysicalProject
------------------------PhysicalOlapScan[catalog_returns] apply RFs: RF2 RF3
----------------------PhysicalProject
------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = catalog_sales.cs_item_sk)) otherCondition=() build RFs:RF1 i_item_sk->[cs_item_sk]
------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[cs_sold_date_sk]
--------------------------PhysicalProject
----------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF0 d_date_sk->[cs_sold_date_sk]
----------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = catalog_sales.cs_item_sk)) otherCondition=() build RFs:RF0 i_item_sk->[cs_item_sk]
------------------------------PhysicalProject
--------------------------------PhysicalOlapScan[catalog_sales] apply RFs: RF0 RF1
------------------------------PhysicalProject
--------------------------------filter((date_dim.d_date = '2001-03-03'))
----------------------------------PhysicalOlapScan[date_dim]
--------------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------------PhysicalOlapScan[item]
--------------------------PhysicalProject
----------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
------------------------------PhysicalOlapScan[item]
----------------------------filter((date_dim.d_date <= '2001-05-02') and (date_dim.d_date >= '2001-03-03'))
------------------------------PhysicalOlapScan[date_dim]
------------------PhysicalProject
--------------------PhysicalOlapScan[warehouse]

Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ PhysicalResultSink
----------------PhysicalProject
------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_warehouse_sk = warehouse.w_warehouse_sk)) otherCondition=() build RFs:RF2 w_warehouse_sk->[inv_warehouse_sk]
--------------------PhysicalProject
----------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = inventory.inv_item_sk)) otherCondition=() build RFs:RF1 i_item_sk->[inv_item_sk]
----------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[inv_date_sk]
------------------------PhysicalProject
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF0 d_date_sk->[inv_date_sk]
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = inventory.inv_item_sk)) otherCondition=() build RFs:RF0 i_item_sk->[inv_item_sk]
----------------------------PhysicalOlapScan[inventory] apply RFs: RF0 RF1 RF2
----------------------------PhysicalProject
------------------------------filter((date_dim.d_date = '2002-01-28'))
--------------------------------PhysicalOlapScan[date_dim]
------------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
--------------------------------PhysicalOlapScan[item]
------------------------PhysicalProject
--------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------PhysicalOlapScan[item]
--------------------------filter((date_dim.d_date <= '2002-03-29') and (date_dim.d_date >= '2002-01-28'))
----------------------------PhysicalOlapScan[date_dim]
--------------------PhysicalProject
----------------------PhysicalOlapScan[warehouse]

Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ PhysicalResultSink
----------------------PhysicalProject
------------------------PhysicalOlapScan[catalog_returns] apply RFs: RF2 RF3
----------------------PhysicalProject
------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = catalog_sales.cs_item_sk)) otherCondition=() build RFs:RF1 i_item_sk->[cs_item_sk]
------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[cs_sold_date_sk]
--------------------------PhysicalProject
----------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF0 d_date_sk->[cs_sold_date_sk]
----------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = catalog_sales.cs_item_sk)) otherCondition=() build RFs:RF0 i_item_sk->[cs_item_sk]
------------------------------PhysicalProject
--------------------------------PhysicalOlapScan[catalog_sales] apply RFs: RF0 RF1 RF4
------------------------------PhysicalProject
--------------------------------filter((date_dim.d_date = '2001-03-03'))
----------------------------------PhysicalOlapScan[date_dim]
--------------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------------PhysicalOlapScan[item]
--------------------------PhysicalProject
----------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
------------------------------PhysicalOlapScan[item]
----------------------------filter((date_dim.d_date <= '2001-05-02') and (date_dim.d_date >= '2001-03-03'))
------------------------------PhysicalOlapScan[date_dim]
------------------PhysicalProject
--------------------PhysicalOlapScan[warehouse]

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ PhysicalResultSink
--------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------PhysicalOlapScan[item]
--------------------PhysicalProject
----------------------filter((date_dim.d_date = '1999-02-18'))
----------------------filter((date_dim.d_date <= '1999-04-19') and (date_dim.d_date >= '1999-02-18'))
------------------------PhysicalOlapScan[date_dim]

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ PhysicalResultSink
------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
--------------------------PhysicalOlapScan[item]
------------------PhysicalProject
--------------------filter((date_dim.d_date = '2000-02-17'))
--------------------filter((date_dim.d_date <= '2000-04-17') and (date_dim.d_date >= '2000-02-17'))
----------------------PhysicalOlapScan[date_dim]

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ PhysicalResultSink
--------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------PhysicalOlapScan[item]
--------------------PhysicalProject
----------------------filter((date_dim.d_date = '2002-01-28'))
----------------------filter((date_dim.d_date <= '2002-03-29') and (date_dim.d_date >= '2002-01-28'))
------------------------PhysicalOlapScan[date_dim]

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ PhysicalResultSink
------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
--------------------------PhysicalOlapScan[item]
------------------PhysicalProject
--------------------filter((date_dim.d_date = '2001-03-03'))
--------------------filter((date_dim.d_date <= '2001-05-02') and (date_dim.d_date >= '2001-03-03'))
----------------------PhysicalOlapScan[date_dim]

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ PhysicalResultSink
--------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------PhysicalOlapScan[item]
--------------------PhysicalProject
----------------------filter((date_dim.d_date = '2002-01-28'))
----------------------filter((date_dim.d_date <= '2002-03-29') and (date_dim.d_date >= '2002-01-28'))
------------------------PhysicalOlapScan[date_dim]

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ PhysicalResultSink
------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
--------------------------PhysicalOlapScan[item]
------------------PhysicalProject
--------------------filter((date_dim.d_date = '2001-03-03'))
--------------------filter((date_dim.d_date <= '2001-05-02') and (date_dim.d_date >= '2001-03-03'))
----------------------PhysicalOlapScan[date_dim]

Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ PhysicalResultSink
----------------PhysicalProject
------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_warehouse_sk = warehouse.w_warehouse_sk)) otherCondition=()
--------------------PhysicalProject
----------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = inventory.inv_item_sk)) otherCondition=() build RFs:RF1 i_item_sk->[inv_item_sk]
----------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[inv_date_sk]
------------------------PhysicalProject
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((inventory.inv_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF0 d_date_sk->[inv_date_sk]
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = inventory.inv_item_sk)) otherCondition=() build RFs:RF0 i_item_sk->[inv_item_sk]
----------------------------PhysicalOlapScan[inventory] apply RFs: RF0 RF1
----------------------------PhysicalProject
------------------------------filter((date_dim.d_date = '2002-01-28'))
--------------------------------PhysicalOlapScan[date_dim]
------------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
--------------------------------PhysicalOlapScan[item]
------------------------PhysicalProject
--------------------------filter((item.i_current_price <= 1.49) and (item.i_current_price >= 0.99))
----------------------------PhysicalOlapScan[item]
--------------------------filter((date_dim.d_date <= '2002-03-29') and (date_dim.d_date >= '2002-01-28'))
----------------------------PhysicalOlapScan[date_dim]
--------------------PhysicalProject
----------------------PhysicalOlapScan[warehouse]

Loading
Loading