MCPcopy
hub / github.com/sqlc-dev/sqlc / CreateStatsStmt

Struct CreateStatsStmt

internal/sql/ast/create_stats_stmt.go:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ast
2
3type CreateStatsStmt struct {
4 Defnames *List
5 StatTypes *List
6 Exprs *List
7 Relations *List
8 IfNotExists bool
9}
10
11func (n *CreateStatsStmt) Pos() int {
12 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected