MCPcopy Create free account
hub / github.com/apecloud/myduckserver / DuckDataWriter

Struct DuckDataWriter

pgserver/datawriter.go:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24type CopyToResult struct {
25 RowCount int64
26 Err error
27}
28
29type DuckDataWriter struct {
30 ctx *sql.Context
31 execer adapter.SQLExecutor
32 ownerConn *stdsql.Conn
33 duckSQL string
34 options *tree.CopyOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected