Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
type
SQLRowIter
interface
{
42
Decode(RowReceiver) error
43
Next()
44
Error() error
45
HasNext() bool
46
// release SQLRowIter
Callers
13
GetSpecifiedColumnValueAndClose
Function · 0.65
GetSpecifiedColumnValuesAndClose
Function · 0.65
simpleQueryWithArgs
Function · 0.65
GetCharsetAndDefaultCollation
Function · 0.65
TestRowIter
Function · 0.65
TestChunkRowIter
Function · 0.65
WriteMeta
Function · 0.65
WriteInsert
Function · 0.65
WriteInsertInCsv
Function · 0.65
newRowIter
Function · 0.65
Next
Method · 0.65
nextRows
Method · 0.65
Implementers
2
rowIter
dumpling/export/ir_impl.go
multiQueriesChunkIter
dumpling/export/ir_impl.go
Calls
no outgoing calls
Tested by
2
TestRowIter
Function · 0.52
TestChunkRowIter
Function · 0.52