Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
package
ast
2
3
type
ClusterStmt
struct
{
4
Relation *RangeVar
5
Indexname *string
6
Verbose bool
7
}
8
9
func
(n *ClusterStmt) Pos() int {
10
return
0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected