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

Method unparse

core/src/main/java/org/apache/calcite/sql/SqlSyntax.java:33–40  ·  view source on GitHub ↗
(
        SqlWriter writer,
        SqlOperator operator,
        SqlCall call,
        int leftPrec,
        int rightPrec)

Source from the content-addressed store, hash-verified

31 */
32 FUNCTION {
33 @Override public void unparse(
34 SqlWriter writer,
35 SqlOperator operator,
36 SqlCall call,
37 int leftPrec,
38 int rightPrec) {
39 SqlUtil.unparseFunctionSyntax(operator, writer, call, false);
40 }
41 },
42
43 /**

Callers

nothing calls this directly

Calls 9

unparseFunctionSyntaxMethod · 0.95
unparseBinarySyntaxMethod · 0.95
needToImplementMethod · 0.95
getLeftPrecMethod · 0.80
getRightPrecMethod · 0.80
keywordMethod · 0.65
getNameMethod · 0.65
operandMethod · 0.65
operandCountMethod · 0.45

Tested by

no test coverage detected