| 144 | } |
| 145 | |
| 146 | bool SQLBatchRequestResultSet::IsCommonColumnIdx(size_t index) const { |
| 147 | return common_column_indices_.find(index) != common_column_indices_.end(); |
| 148 | } |
| 149 | |
| 150 | size_t SQLBatchRequestResultSet::GetCommonColumnNum() const { |
| 151 | return common_schema_.size(); |
nothing calls this directly
no outgoing calls
no test coverage detected