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

Method IsCommonColumnIdx

src/sdk/batch_request_result_set_sql.cc:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool SQLBatchRequestResultSet::IsCommonColumnIdx(size_t index) const {
147 return common_column_indices_.find(index) != common_column_indices_.end();
148}
149
150size_t SQLBatchRequestResultSet::GetCommonColumnNum() const {
151 return common_schema_.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected