[vectorized](udf) java udf support map type (#22059)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user