MCPcopy
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

1package ast
2
3type AlternativeSubPlan struct {
4 Xpr Node
5 Subplans *List
6}
7
8func (n *AlternativeSubPlan) Pos() int {
9 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected