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

Struct RangeTableFunc

internal/sql/ast/range_table_func.go:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ast
2
3type RangeTableFunc struct {
4 Lateral bool
5 Docexpr Node
6 Rowexpr Node
7 Namespaces *List
8 Columns *List
9 Alias *Alias
10 Location int
11}
12
13func (n *RangeTableFunc) Pos() int {
14 return n.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected