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

Method name

core/src/main/java/org/apache/calcite/sql/SqlLiteral.java:1147–1147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1145 @Deprecated // to be removed before 2.0
1146 public interface SqlSymbol {
1147 String name();
1148
1149 int ordinal();
1150 }

Callers 15

VariableMethod · 0.65
SqlHopTableFunctionMethod · 0.65
unparseMethod · 0.65
auxiliaryMethod · 0.65
getCastSpecMethod · 0.65
unparseSqlSetOptionMethod · 0.65
SqlRankFunctionMethod · 0.65
getNameMethod · 0.65
SqlLateralOperatorMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected