Merge pull request #2107 from citusdata/simplify_optimizer_phase_3

Simplify optimizer [Phase 3]  - Move processing each part of the query into its own functions
pull/1991/head
Önder Kalacı 2018-04-29 12:56:17 +03:00 committed by GitHub
commit b1e6636398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 609 additions and 219 deletions

View File

@ -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