SqlFunction(String name, List<SqlX> args) : super(SqlFunction.compose(name, args)) { checkState(SqlExpression._reName.hasMatch(name)); }