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

Method literal

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

Prints a literal, exactly as provided. Does not attempt to indent or convert to upper or lower case. Does not add quotation marks. Adds preceding whitespace if necessary.

(String s)

Source from the content-addressed store, hash-verified

343 * preceding whitespace if necessary.
344 */
345 @Pure
346 void literal(String s);
347
348 /**

Implementers 1

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

Calls

no outgoing calls