MCPcopy Create free account
hub / github.com/blastrain/vitess-sqlparser / Iterator

Interface Iterator

tidbparser/dependency/util/chunk/iterator.go:28–46  ·  view source on GitHub ↗

Iterator is used to iterate a number of rows. for row := it.Begin(); row != it.End(); row = it.Next() { ... }

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

LenMethod · 0.65

Implementers 4

iterator4Slicetidbparser/dependency/util/chunk/itera
Iterator4Chunktidbparser/dependency/util/chunk/itera
iterator4Listtidbparser/dependency/util/chunk/itera
iterator4RowPtrtidbparser/dependency/util/chunk/itera

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…