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

Method Next

dumpling/export/ir.go:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41type SQLRowIter interface {
42 Decode(RowReceiver) error
43 Next()
44 Error() error
45 HasNext() bool
46 // release SQLRowIter

Callers 13

simpleQueryWithArgsFunction · 0.65
TestRowIterFunction · 0.65
TestChunkRowIterFunction · 0.65
WriteMetaFunction · 0.65
WriteInsertFunction · 0.65
WriteInsertInCsvFunction · 0.65
newRowIterFunction · 0.65
NextMethod · 0.65
nextRowsMethod · 0.65

Implementers 2

rowIterdumpling/export/ir_impl.go
multiQueriesChunkIterdumpling/export/ir_impl.go

Calls

no outgoing calls

Tested by 2

TestRowIterFunction · 0.52
TestChunkRowIterFunction · 0.52