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

Struct IndexElem

internal/sql/ast/index_elem.go:5–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/sqlc-dev/sqlc/internal/sql/format"
4
5type IndexElem struct {
6 Name *string
7 Expr Node
8 Indexcolname *string
9 Collation *List
10 Opclass *List
11 Ordering SortByDir
12 NullsOrdering SortByNulls
13}
14
15func (n *IndexElem) Pos() int {
16 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected