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

Struct CopyToOptions

server/conn_copy.go:124–129  ·  view source on GitHub ↗

CopyToOptions contains parsed options from a COPY TO STDOUT command

Source from the content-addressed store, hash-verified

122 }
123
124 return opts, nil
125}
126
127// CopyToOptions contains parsed options from a COPY TO STDOUT command
128type CopyToOptions struct {
129 Source string // Table name or (SELECT query)
130 Delimiter string
131 HasHeader bool
132 IsQuery bool // True if Source is a query in parentheses

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected