Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ is_outside_computation_bounds
Method
is_outside_computation_bounds
sql/sql_window.cc:1149–1149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1147
virtual void next_row()=0;
1148
1149
virtual bool is_outside_computation_bounds() const { return false; };
1150
1151
virtual ~Frame_cursor() = default;
1152
Callers
2
compute_values_for_current_row
Method · 0.45
position_is_within_bounds
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected