| 3 | import "github.com/sqlc-dev/sqlc/internal/sql/format" |
| 4 | |
| 5 | type 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 | |
| 15 | func (n *IndexElem) Pos() int { |
| 16 | return 0 |
nothing calls this directly
no outgoing calls
no test coverage detected