mirror of https://github.com/citusdata/citus.git
Merge pull request #2107 from citusdata/simplify_optimizer_phase_3
Simplify optimizer [Phase 3] - Move processing each part of the query into its own functionspull/1991/head
commit
b1e6636398
|
@ -123,6 +123,10 @@ GroupedByDisjointPartitionColumn(List *tableNodeList, MultiExtendedOp *opNode)
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
* ExtendedOpNodeContainsRepartitionSubquery is a utility function that
|
||||
* returns true if the extended op node contains a re-partition subquery.
|
||||
*/
|
||||
static bool
|
||||
ExtendedOpNodeContainsRepartitionSubquery(MultiExtendedOp *originalOpNode)
|
||||
{
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue