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

Method SQLRequestRow

src/sdk/sql_request_row.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35class SQLRequestRow {
36 public:
37 SQLRequestRow() {}
38 SQLRequestRow(std::shared_ptr<hybridse::sdk::Schema> schema,
39 const std::set<std::string>& record_cols);
40 ~SQLRequestRow() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected