MCPcopy 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

convertOverMethod · 0.95
validateMethod · 0.95
unparseMethod · 0.95
visitWindowMethod · 0.45

Calls 1

booleanValueMethod · 0.65

Tested by

no test coverage detected