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

Method GetColNames

src/codec/sdk_codec.cc:275–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275std::vector<std::string> SDKCodec::GetColNames() {
276 std::vector<std::string> cols;
277 for (const auto& column_desc : schema_) {
278 cols.push_back(column_desc.name());
279 }
280 return cols;
281}
282
283int SDKCodec::CombinePartitionKey(const std::vector<std::string>& raw_data,
284 std::string* key) {

Callers 3

HandleNSGetFunction · 0.80
HandleNSPreviewFunction · 0.80
ShowTableRowsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected