请问doris的java自定义函数,如何传递ARRAY这种对象,我安装hive的习惯,传递list和array都不行
请问doris的java自定义函数,如何传递ARRAY这种对象,我安装hive的习惯,传递list和array都不行
public String evaluate(List<Integer> a); (Note that Hive Arrays are represented as Lists in Hive. So an ARRAY<int> column would be passed in as a List<Integer>.)
发布于:1周前 (09-03) IP属地:四川省
1 个回答
ArrayList<Type> ,可以参考下java udf的类型映射:
https://doris.apache.org/zh-CN/docs/dev/query/udf/java-user-defined-function?_highlight=java#%E7%B1%BB%E5%9E%8B%E5%AF%B9%E5%BA%94%E5%85%B3%E7%B3%BB
发布于:1周前 (09-03) IP属地:四川省
我来回答
您需要 登录 后回答此问题!