Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ isRows
Method
isRows
core/src/main/java/org/apache/calcite/sql/SqlWindow.java:308–311 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
306
}
307
308
@Pure
309
public
boolean isRows() {
310
return
isRows.booleanValue();
311
}
312
313
public
SqlNodeList getOrderList() {
314
return
orderList;
Callers
4
convertOver
Method · 0.95
validate
Method · 0.95
unparse
Method · 0.95
visitWindow
Method · 0.45
Calls
1
booleanValue
Method · 0.65
Tested by
no test coverage detected