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

Method keyword

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

Prints a sequence of keywords. Must not start or end with space, but may contain a space. For example, keyword("SELECT") , keyword("CHARACTER SET") .

(String s)

Source from the content-addressed store, hash-verified

351 * keyword("CHARACTER SET")</code>.
352 */
353 @Pure
354 void keyword(String s);
355
356 /**

Callers 15

unparseAlterOperationMethod · 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
unparseMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 2

unparseAlterOperationMethod · 0.52
unparseMethod · 0.52