Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
convertCase
Method · 0.95
substituteSubQuery
Method · 0.95
convertToSingleValueSubq
Method · 0.95
validate
Method · 0.95
unparse
Method · 0.95
getSelectListItem
Method · 0.95
checkOperandTypes
Method · 0.95
inferTypeFromValidator
Method · 0.95
deriveType
Method · 0.95
performUnconditionalRewrites
Method · 0.95
inferUnknownTypes
Method · 0.95
registerSubQueries
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
1
checkList
Method · 0.76