[FEAT MERGE] [CP] Improve the rowcount estimation
Co-authored-by: akaError <lzg020616@163.com>
This commit is contained in:
5
deps/oblib/src/common/ob_range.h
vendored
5
deps/oblib/src/common/ob_range.h
vendored
@ -485,6 +485,11 @@ public:
|
||||
return (start_key_.is_min_row()) && (end_key_.is_max_row());
|
||||
}
|
||||
|
||||
inline bool is_false_range() const
|
||||
{
|
||||
return (start_key_.is_max_row()) && (end_key_.is_min_row());
|
||||
}
|
||||
|
||||
/*
|
||||
inline bool is_close_range() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user