(ctx context.Context, copySQLTemplate string, csv io.Reader)
| 73 | // (e.g. Flight SQL mode where the query ran on a remote worker). |
| 74 | LastProfilingOutput() string |
| 75 | } |
| 76 | |
| 77 | // CopyFromStdinExecutor is an optional capability implemented by executors |
| 78 | // that need the COPY input bytes shipped to a different filesystem than the one |
no outgoing calls