MCPcopy 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
299bool SQLInsertRow::IsComplete() {
300 return rb_.IsComplete();
301}
302
303bool SQLInsertRow::Build() {
304 return str_size_ == 0;

Callers 2

NewRowMethod · 0.45
ExecuteInsertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected