提交 1b6823d7 authored 作者: Noel Grandin's avatar Noel Grandin

getValueWithArgs needs to be protected

上级 3dba1b44
......@@ -1167,7 +1167,7 @@ public class Function extends Expression implements FunctionCall {
return v;
}
private Value getValueWithArgs(Session session, Expression[] args) {
protected Value getValueWithArgs(Session session, Expression[] args) {
Value[] values = new Value[args.length];
if (info.nullIfParameterIsNull) {
for (int i = 0; i < args.length; i++) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论