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

Method get

core/src/main/java/org/apache/calcite/sql/SqlNodeList.java:159–162  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

157 }
158
159 @SuppressWarnings("return.type.incompatible")
160 @Override public /*Nullable*/ SqlNode get(int n) {
161 return list.get(n);
162 }
163
164 @Override public SqlNode set(int n, @Nullable SqlNode node) {
165 return castNonNull(list.set(n, node));

Callers 15

convertCaseMethod · 0.95
overlayMethod · 0.95
validateMethod · 0.95
unparseMethod · 0.95
getSelectListItemMethod · 0.95
deriveTypeMethod · 0.95
registerSubQueriesMethod · 0.95
validateSelectMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 3

matchesSafelyMethod · 0.76
checkListMethod · 0.76