Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/4paradigm/OpenMLDB
/ IsComplete
Method
IsComplete
src/sdk/sql_insert_row.cc:299–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
bool SQLInsertRow::IsComplete() {
300
return rb_.IsComplete();
301
}
302
303
bool SQLInsertRow::Build() {
304
return str_size_ == 0;
Callers
2
NewRow
Method · 0.45
ExecuteInsert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected