MCPcopy Create free account
hub / github.com/PostHog/duckgres / Raw

Method Raw

server/sqlcore/interfaces.go:41–41  ·  view source on GitHub ↗
(func(any) error)

Source from the content-addressed store, hash-verified

39type RowSet interface {
40 Columns() ([]string, error)
41 ColumnTypes() ([]ColumnTyper, error)
42 Next() bool
43 Scan(dest ...any) error
44 Close() error

Calls

no outgoing calls