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

Struct ClusterStmt

internal/sql/ast/cluster_stmt.go:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ast
2
3type ClusterStmt struct {
4 Relation *RangeVar
5 Indexname *string
6 Verbose bool
7}
8
9func (n *ClusterStmt) Pos() int {
10 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected