MCPcopy 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
69func (n noOpRowIter) Next(ctx *sql.Context) (sql.Row, error) {
70 return nil, io.EOF
71}
72
73func (n noOpRowIter) Close(ctx *sql.Context) error {
74 for _, warning := range n.warnings {

Callers 15

TestLargeOutOfBandValuesFunction · 0.45
TestWideTableFunction · 0.45
countTextRowsOfLenFunction · 0.45
RowsToStringsFunction · 0.45
testSQLRacingAmendFunction · 0.45
TestStatsGCConcurrencyFunction · 0.45
finalizeMethod · 0.45
resultForOkIterFunction · 0.45
resultForEmptyIterFunction · 0.45
resultForMax1RowIterFunction · 0.45
resultForDefaultIterMethod · 0.45

Calls

no outgoing calls

Tested by 7

TestLargeOutOfBandValuesFunction · 0.36
TestWideTableFunction · 0.36
countTextRowsOfLenFunction · 0.36
testSQLRacingAmendFunction · 0.36
TestStatsGCConcurrencyFunction · 0.36
finalizeMethod · 0.36