【Java开发bug100例】1.java代码实现合并列

【Java开发bug100例】1.java代码实现合并列,第1张

【Java开发bug100例】1.java代码实现合并列 1.合并列
List functions = Arrays.stream(split).map(t -> {
    Function function = new Function();
    function.setName(TO_STRING);
    expressionList expressionList = new expressionList();
    //                Column column = new Column(t);
    String columnName = "IF(%s is not null,%s,'')";
    t = String.format(columnName, t, t);
    Column column = new Column(t);
    expressionList.addexpressions(column);
    function.setParameters(expressionList);
    return function;
}).collect(Collectors.toList());

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5609359.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-15
下一篇 2022-12-15

发表评论

登录后才能评论

评论列表(0条)

保存