This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3716fb536c8 Mv external p2 test case to p0. (#37070)
add d60dbb507e6 [feature](json)support explode_json_object func (#36887)
No new revisions were added by this update.
Summary of changes:
.../table_function/table_function_factory.cpp | 2 +
.../{vexplode_map.cpp => vexplode_json_object.cpp} | 115 +++++++++++----------
.../{vexplode_map.h => vexplode_json_object.h} | 30 ++----
be/src/vec/functions/function_fake.cpp | 14 +++
.../catalog/BuiltinTableGeneratingFunctions.java | 4 +
.../ExplodeJsonObject.java} | 28 ++---
.../ExplodeJsonObjectOuter.java} | 26 +++--
.../visitor/TableGeneratingFunctionVisitor.java | 10 ++
.../jsonb_p0/test_jsonb_load_and_function.out | 76 ++++++++++++++
.../jsonb_p0/test_jsonb_load_and_function.groovy | 9 ++
.../jsonb_p0/test_jsonb_load_and_function.groovy | 5 +
11 files changed, 214 insertions(+), 105 deletions(-)
copy be/src/vec/exprs/table_function/{vexplode_map.cpp =>
vexplode_json_object.cpp} (51%)
copy be/src/vec/exprs/table_function/{vexplode_map.h =>
vexplode_json_object.h} (71%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/{scalar/StPolyfromtext.java
=> generator/ExplodeJsonObject.java} (68%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/{scalar/StPolyfromtext.java
=> generator/ExplodeJsonObjectOuter.java} (68%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]