[refactor](udf) refactor java-udf execute method by using for loop (#21388)
This commit is contained in:
@ -97,6 +97,10 @@ private:
|
||||
jclass executor_cl;
|
||||
jmethodID executor_ctor_id;
|
||||
jmethodID executor_evaluate_id;
|
||||
jmethodID executor_convert_basic_argument_id;
|
||||
jmethodID executor_convert_array_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