Philip Dubé
c563e0825c
Strip trailing whitespace and add final newline ( #3186 )
...
This brings files in line with our editorconfig file
2019-11-21 14:25:37 +01:00
mehmet furkan şahin
e5a5502b16
Adds support for multiple ANDs in Having
...
This PR adds support for multiple AND expressions in Having
for pushdown planner. We simply make a call to make_ands_explicit
from MultiLogicalPlanOptimize for the having qual in
workerExtendedOpNode.
2018-04-16 14:14:48 +03:00
Marco Slot
89eb833375
Use citus.next_shard_id where practical in regression tests
2017-11-15 10:12:05 +01:00
Hadi Moshayedi
11adb9b034
Push down LIMIT and HAVING when grouped by partition key. ( #1641 )
...
We can do this because all rows belonging to a group are in the same shard when grouping by distribution column on a range/hash distributed table.
2017-10-02 20:17:51 -04:00