Versions in this module Expand all Collapse all v1 v1.31.1 Apr 22, 2026 v1.31.0 Apr 20, 2026 Changes in this version + func NewCatalog() *catalog.Catalog + func NewIdentifier(t string) *ast.String + type Parser struct + func NewParser() *Parser + func (p *Parser) Cast(arg, typeName string) string + func (p *Parser) CommentSyntax() source.CommentSyntax + func (p *Parser) IsReservedKeyword(s string) bool + func (p *Parser) NamedParam(name string) string + func (p *Parser) Param(n int) string + func (p *Parser) Parse(r io.Reader) ([]ast.Statement, error) + func (p *Parser) QuoteIdent(s string) string + func (p *Parser) TypeName(ns, name string) string