fix generate partition join filter plan bug

This commit is contained in:
zzg19950727
2023-05-08 02:38:37 +00:00
committed by ob-robot
parent cbc4f744dd
commit 1d1d1e009e
11 changed files with 61 additions and 91 deletions

View File

@ -1025,7 +1025,7 @@ public:
inline bool is_partition_wise() const { return is_partition_wise_; }
inline void set_is_partition_wise(bool is_partition_wise)
{ is_partition_wise_ = is_partition_wise; }
inline bool is_fully_paratition_wise() const
inline bool is_fully_partition_wise() const
{
return is_partition_wise() && !exchange_allocated_;
}