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

Method size

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

Source from the content-addressed store, hash-verified

128 }
129
130 @Override public int size() {
131 return list.size();
132 }
133
134 @Override public void forEach(Consumer<? super SqlNode> action) {
135 //noinspection RedundantCast

Callers 15

convertCaseMethod · 0.95
substituteSubQueryMethod · 0.95
validateMethod · 0.95
unparseMethod · 0.95
getSelectListItemMethod · 0.95
checkOperandTypesMethod · 0.95
deriveTypeMethod · 0.95
inferUnknownTypesMethod · 0.95
registerSubQueriesMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by 1

checkListMethod · 0.76