Composes a function call and wraps the result.
SqlFunction(String name, List<Sql> args) : super(SqlFunction.compose(name, args)) { checkState(Sql._reName.hasMatch(name)); }