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

TypeAlias staticColumnType

server/conn.go:1855–1855  ·  view source on GitHub ↗

staticColumnType is a minimal ColumnTyper reporting a fixed DuckDB type name, used to synthesize a RowDescription without executing a query.

Source from the content-addressed store, hash-verified

1853 execResult, err, _ = recoverAbortedTransaction(
1854 err,
1855 c.txStatus == txStatusIdle,
1856 func() error {
1857 _, rollbackErr := c.executor.ExecContext(context.Background(), "ROLLBACK")
1858 return rollbackErr

Callers 4

handleDescribeMethod · 0.85
handleExecuteMethod · 0.85
handleQueryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected