MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Export

Struct Export

pkg/sql/sem/tree/export.go:9–14  ·  view source on GitHub ↗

Export represents a EXPORT statement.

Source from the content-addressed store, hash-verified

7
8// Export represents a EXPORT statement.
9type Export struct {
10 Query *Select
11 FileFormat string
12 File Expr
13 Options KVOptions
14}
15
16var _ Statement = &Export{}
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected