xml bianry optimize && fix query bug

This commit is contained in:
obdev
2023-06-06 02:42:36 +00:00
committed by ob-robot
parent 0d7ab484fa
commit 81fe30e58a
2 changed files with 5 additions and 0 deletions

View File

@ -103,6 +103,10 @@ public:
return 0;
}
bool is_equal_node(ObIMulModeBase* other) {
return false;
}
int get_value(ObString& value, int64_t index = -1) override
{
INIT_SUCC(ret);