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

Method CopyFromStdin

server/sqlcore/interfaces.go:75–75  ·  view source on GitHub ↗
(ctx context.Context, copySQLTemplate string, csv io.Reader)

Source from the content-addressed store, hash-verified

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

Implementers 1

FlightExecutorserver/flightclient/flight_executor.go

Calls

no outgoing calls