fix outer join_symbol(+) bug

This commit is contained in:
akaError
2023-06-12 06:48:08 +00:00
committed by ob-robot
parent 9c0215f7da
commit e16be514e6
5 changed files with 168 additions and 86 deletions

View File

@ -147,7 +147,7 @@ public:
static int get_phy_plan_type(common::ObIArray<share::ObPartitionLocation> &part_location_set,
const common::ObAddr &my_address,
ObPhyPlanType &plan_type);
static int has_outer_join_symbol(const ParseNode *node, bool &has);
static int replace_questionmarks(ParseNode *tree,
const ParamStore &params);