We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139be1d commit 0e1720bCopy full SHA for 0e1720b
query/result.go
@@ -20,10 +20,10 @@ type (
20
Range(ctx context.Context) xiter.Seq2[ResultSet, error]
21
}
22
ResultSet interface {
23
+ Index() int
24
Columns() []string
25
ColumnTypes() []Type
26
NextRow(ctx context.Context) (Row, error)
- Index() int
27
28
// Range is experimental API for range iterators available with Go version 1.22+ and flag `GOEXPERIMENT=rangefunc`.
29
Range(ctx context.Context) xiter.Seq2[Row, error]
0 commit comments