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

Struct lazyRowIterator

pkg/server/internal/resultset/cursor.go:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114type lazyRowIterator struct {
115 rs ResultSet
116 err error
117 chk *chunk.Chunk
118 idxInChk int
119 started bool
120}
121
122func (iter *lazyRowIterator) Next(ctx context.Context) chunk.Row {
123 if !iter.started {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected