| 24 | type CopyToResult struct { |
| 25 | RowCount int64 |
| 26 | Err error |
| 27 | } |
| 28 | |
| 29 | type DuckDataWriter struct { |
| 30 | ctx *sql.Context |
| 31 | execer adapter.SQLExecutor |
| 32 | ownerConn *stdsql.Conn |
| 33 | duckSQL string |
| 34 | options *tree.CopyOptions |
nothing calls this directly
no outgoing calls
no test coverage detected