[CP] runtime range filter support <=> join in oracle mode
This commit is contained in:
parent
ce6ee9cf55
commit
f0ee52cb5b
@ -1410,7 +1410,7 @@ int ObRFRangeFilterMsg::get_max(ObCmpFunc &func, ObDatum &l, ObDatum &r, int64_t
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
int cmp = 0;
|
||||
if (is_empty_ || OB_ISNULL(l.ptr_)) {
|
||||
if (is_empty_) {
|
||||
if (OB_FAIL(dynamic_copy_cell(r, l, cell_size))) {
|
||||
LOG_WARN("fail to deep copy datum");
|
||||
}
|
||||
|
@ -447,7 +447,7 @@ int ObRFRangeFilterVecMsg::update_max(ObRFCmpInfo &cmp_info, ObDatum &l, ObDatum
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
int cmp = 0;
|
||||
if (is_empty_ || OB_ISNULL(l.ptr_)) {
|
||||
if (is_empty_) {
|
||||
if (OB_FAIL(dynamic_copy_cell(r, l, cell_size))) {
|
||||
LOG_WARN("fail to deep copy datum");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user