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

Struct staticCountRowSet

server/session_database_metadata_test.go:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56type staticCountRowSet struct {
57 count int
58 returned bool
59}
60
61func (r *staticCountRowSet) Columns() ([]string, error) { return []string{"count"}, nil }
62func (r *staticCountRowSet) ColumnTypes() ([]ColumnTyper, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected