/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/sql/ast/table_func.go
21 строка
363 B
Kyle Conroy
gofmt -s -w . (#890)
08 фев 2021, 08:16
Не верифицирован
08 фев 2021, 08:16
9a59d89
Код
Авторство
О чём код?
package ast type TableFunc struct { NsUris *List NsNames *List Docexpr Node Rowexpr Node Colnames *List Coltypes *List Coltypmods *List Colcollations *List Colexprs *List Coldefexprs *List Notnulls []uint32 Ordinalitycol int Location int } func (n *TableFunc) Pos() int { return n.Location }