Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ AlternativeSubPlan
Struct
AlternativeSubPlan
internal/sql/ast/alternative_sub_plan.go:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
ast
2
3
type
AlternativeSubPlan
struct
{
4
Xpr Node
5
Subplans *List
6
}
7
8
func
(n *AlternativeSubPlan) Pos() int {
9
return
0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected