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

Method EncodeRow

src/codec/sdk_codec.cc:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248int SDKCodec::EncodeRow(const std::vector<std::string>& raw_data,
249 std::string* row) {
250 auto ret = RowCodec::EncodeRow(raw_data, schema_, last_ver_, *row);
251 return ret.code;
252}
253
254int SDKCodec::DecodeRow(const std::string& row, std::vector<std::string>* value) {
255 if (format_version_ == 1) {

Callers 2

PutSchemaDataFunction · 0.45
HandleClientSPutFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected