bugfix: decode adaptation for xml && allow filter for count arg in xpath && filter result cache

This commit is contained in:
wu-xingying
2023-07-03 07:18:45 +00:00
committed by ob-robot
parent e32862ac75
commit d3dcf6934d
5 changed files with 31 additions and 10 deletions

View File

@ -103,7 +103,11 @@ public:
return 0;
}
bool is_equal_node(ObIMulModeBase* other) {
bool is_equal_node(const ObIMulModeBase* other) {
return false;
}
bool is_node_before(const ObIMulModeBase* other) {
return false;
}