/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/sql/ast/sql_value_function_op.go
27 строк
520 B
Kyle Gray
feat(sql/ast): Render AST to SQL (#2815)
12 окт 2023, 21:57
Не верифицирован
12 окт 2023, 21:57
53d1792
Код
Авторство
О чём код?
package ast type SQLValueFunctionOp uint const ( // https://github.com/pganalyze/libpg_query/blob/15-latest/protobuf/pg_query.proto#L2984C1-L3003C1 _ SQLValueFunctionOp = iota SVFOpCurrentDate SVFOpCurrentTime SVFOpCurrentTimeN SVFOpCurrentTimestamp SVFOpCurrentTimestampN SVFOpLocaltime SVFOpLocaltimeN SVFOpLocaltimestamp SVFOpLocaltimestampN SVFOpCurrentRole SVFOpCurrentUser SVFOpUser SVFOpSessionUser SVFOpCurrentCatalog SVFOpCurrentSchema ) func (n *SQLValueFunctionOp) Pos() int { return 0 }