MCPcopy Create free account
hub / github.com/apache/calcite / sep

Method sep

core/src/main/java/org/apache/calcite/sql/SqlWriter.java:508–508  ·  view source on GitHub ↗

Writes a list separator, unless the separator is "," and this is the first occurrence in the list. @param sep List separator, typically ",".

(String sep)

Source from the content-addressed store, hash-verified

506 * @param sep List separator, typically ",".
507 */
508 @Pure
509 void sep(String sep);
510
511 /**

Callers 15

unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65

Implementers 1

SqlPrettyWritercore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 1

unparseMethod · 0.52