Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
type
RowSet
interface
{
40
Columns() ([]string, error)
41
ColumnTypes() ([]ColumnTyper, error)
42
Next() bool
43
Scan(dest ...any) error
44
Close() error
Callers
15
resolveRuntimeSchema
Function · 0.80
ensureWorkerIDSequence
Function · 0.80
CreateSpawningWorkerSlot
Method · 0.80
HeadroomSpawnStats
Method · 0.80
orgConnectionDatabaseNow
Method · 0.80
pendingOrgConnectionUserQueueHeads
Method · 0.80
AggregateComputeUsage
Method · 0.80
ComputeBillingCursor
Method · 0.80
TestConfigStoreRunsVersionedSQLMigrations
Function · 0.80
TestConfigStoreSQLMigrationsUpgradeOldOrgSchema
Function · 0.80
TestConfigStoreSQLMigrationsUpgradeLegacyOrgUsersUsernamePK
Function · 0.80
TestWorkerSpawnLogHeadroomStatsPostgres
Function · 0.80
Calls
no outgoing calls
Tested by
7
TestConfigStoreRunsVersionedSQLMigrations
Function · 0.64
TestConfigStoreSQLMigrationsUpgradeOldOrgSchema
Function · 0.64
TestConfigStoreSQLMigrationsUpgradeLegacyOrgUsersUsernamePK
Function · 0.64
TestWorkerSpawnLogHeadroomStatsPostgres
Function · 0.64
TestRuntimeStorePostgres
Function · 0.64
requireRuntimeIndexDefinition
Function · 0.64
TestProfilingSettingsArePerConnection
Function · 0.64