[vectorized](udf) java udf support map type (#22059)

This commit is contained in:
Mryange
2023-07-25 11:56:20 +08:00
committed by GitHub
parent 7891c99e9f
commit 0f439bb1ca
13 changed files with 560 additions and 9 deletions

View File

@ -99,6 +99,7 @@ private:
jmethodID executor_evaluate_id;
jmethodID executor_convert_basic_argument_id;
jmethodID executor_convert_array_argument_id;
jmethodID executor_convert_map_argument_id;
jmethodID executor_result_basic_batch_id;
jmethodID executor_result_array_batch_id;
jmethodID executor_close_id;