MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / GetCnt

Method GetCnt

src/sdk/sql_insert_row.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 ~SQLInsertRows() = default;
135 std::shared_ptr<SQLInsertRow> NewRow();
136 inline uint32_t GetCnt() { return rows_.size(); }
137 inline std::shared_ptr<SQLInsertRow> GetRow(uint32_t i) {
138 if (i >= rows_.size()) {
139 return std::shared_ptr<SQLInsertRow>();

Callers 2

ExecuteInsertMethod · 0.80
executeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected