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

Struct WindowDef

internal/sql/ast/window_def.go:5–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/sqlc-dev/sqlc/internal/sql/format"
4
5type WindowDef struct {
6 Name *string
7 Refname *string
8 PartitionClause *List
9 OrderClause *List
10 FrameOptions int
11 StartOffset Node
12 EndOffset Node
13 Location int
14}
15
16func (n *WindowDef) Pos() int {
17 return n.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected