Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ Next
Method
Next
server/node/no_op.go:69–71 ·
view source on GitHub ↗
(ctx *sql.Context)
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(n noOpRowIter) Next(ctx *sql.Context) (sql.Row, error) {
70
return
nil, io.EOF
71
}
72
73
func
(n noOpRowIter) Close(ctx *sql.Context) error {
74
for
_, warning :=
range
n.warnings {
Callers
15
TestLargeOutOfBandValues
Function · 0.45
TestWideTable
Function · 0.45
countTextRowsOfLen
Function · 0.45
RowsToStrings
Function · 0.45
testSQLRacingAmend
Function · 0.45
testSQLRacingAmendWithSerial
Function · 0.45
TestStatsGCConcurrency
Function · 0.45
finalize
Method · 0.45
resultForOkIter
Function · 0.45
resultForEmptyIter
Function · 0.45
resultForMax1RowIter
Function · 0.45
resultForDefaultIter
Method · 0.45
Calls
no outgoing calls
Tested by
7
TestLargeOutOfBandValues
Function · 0.36
TestWideTable
Function · 0.36
countTextRowsOfLen
Function · 0.36
testSQLRacingAmend
Function · 0.36
testSQLRacingAmendWithSerial
Function · 0.36
TestStatsGCConcurrency
Function · 0.36
finalize
Method · 0.36