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

Method add

core/src/main/java/org/apache/calcite/sql/SqlNodeList.java:196–198  ·  view source on GitHub ↗
(@Nullable SqlNode node)

Source from the content-addressed store, hash-verified

194 }
195
196 @Override public boolean add(@Nullable SqlNode node) {
197 return list.add(node);
198 }
199
200 @Override public void add(int index, @Nullable SqlNode element) {
201 list.add(index, element);

Callers 15

pushDownNotForInMethod · 0.95
unparseMethod · 0.95
rewriteMethod · 0.95
rewriteCallMethod · 0.95
rewriteCallMethod · 0.95
rewriteMergeMethod · 0.95
rewriteUpdateToMergeMethod · 0.95
visitMethod · 0.95

Calls 1

addMethod · 0.65

Tested by 1

testArgumentBoundsMethod · 0.76