Closed nathanmarz closed 4 years ago
e.g. java.io.Writer's write(String str, int off, int len) and write(char[] cbuf, int off, int len)
java.io.Writer
write(String str, int off, int len)
write(char[] cbuf, int off, int len)
I am running into a case where this would be very helpful using org.apache.calcite.sql.util.SqlBasicVisitor
e.g.
java.io.Writer
'swrite(String str, int off, int len)
andwrite(char[] cbuf, int off, int len)