MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / SumData

Class SumData

extra/yassl/src/yassl_int.cpp:1147–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145namespace yassl_int_cpp_local1 { // for explicit templates
1146
1147struct SumData {
1148 uint total_;
1149 SumData() : total_(0) {}
1150 void operator()(input_buffer* data) { total_ += data->get_remaining(); }
1151};
1152
1153
1154struct SumBuffer {

Callers 1

bufferedDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected