[vectorized](udf) java udf support with return map type (#22300)

This commit is contained in:
Mryange
2023-07-29 12:52:27 +08:00
committed by GitHub
parent 210f6661b4
commit 47c2cc5c74
12 changed files with 529 additions and 17 deletions

View File

@ -102,6 +102,7 @@ private:
jmethodID executor_convert_map_argument_id;
jmethodID executor_result_basic_batch_id;
jmethodID executor_result_array_batch_id;
jmethodID executor_result_map_batch_id;
jmethodID executor_close_id;
};