You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-5625: Fixes json_query implementation
Also extends func_json_value.test.
This commit is contained in:
committed by
Leonid Fedorov
parent
29447430eb
commit
1f958c9ed2
@ -401,7 +401,7 @@ class Func_json_value : public Func_Str
|
||||
|
||||
/** @brief Func_json_query class
|
||||
*/
|
||||
class Func_json_query : public Func_Str, public JSONPathWrapper
|
||||
class Func_json_query : public Func_Str
|
||||
{
|
||||
public:
|
||||
Func_json_query() : Func_Str("json_query")
|
||||
@ -411,11 +411,6 @@ class Func_json_query : public Func_Str, public JSONPathWrapper
|
||||
{
|
||||
}
|
||||
|
||||
bool checkAndGetValue(JSONEgWrapper* je, string& res, int* error) override
|
||||
{
|
||||
return je->checkAndGetComplexVal(res, error);
|
||||
}
|
||||
|
||||
execplan::CalpontSystemCatalog::ColType operationType(
|
||||
FunctionParm& fp, execplan::CalpontSystemCatalog::ColType& resultType) override;
|
||||
|
||||
|
Reference in New Issue
Block a user