| 35 | class SQLRequestRow { |
| 36 | public: |
| 37 | SQLRequestRow() {} |
| 38 | SQLRequestRow(std::shared_ptr<hybridse::sdk::Schema> schema, |
| 39 | const std::set<std::string>& record_cols); |
| 40 | ~SQLRequestRow() {} |
nothing calls this directly
no outgoing calls
no test coverage detected