MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected