MCPcopy
hub / github.com/pingcap/tidb / Next

Method Next

dumpling/export/ir_impl.go:149–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147}
148
149func (iter *multiQueriesChunkIter) Next() {
150 if iter.err == nil {
151 iter.hasNext = iter.rows.Next()
152 if !iter.hasNext {
153 iter.nextRows()
154 }
155 }
156}
157
158func (iter *multiQueriesChunkIter) HasNext() bool {
159 return iter.hasNext

Callers

nothing calls this directly

Calls 2

nextRowsMethod · 0.95
NextMethod · 0.65

Tested by

no test coverage detected