Versions in this module Expand all Collapse all v1 v1.32.0 Aug 18, 2026 Changes in this version + func NamedParameters(engine config.Engine, raw *ast.RawStmt, numbs map[int]bool, dollar bool) (*ast.RawStmt, *named.ParamSet, []source.Edit) + type Embed struct + Node *ast.ColumnRef + Table *ast.TableName + func (e Embed) Orig() string + type EmbedSet []*Embed + func Embeds(raw *ast.RawStmt) (*ast.RawStmt, EmbedSet) + func (es EmbedSet) Find(node *ast.ColumnRef) (*Embed, bool) + type Relation struct + Name string + Node *ast.A_Const + func (r Relation) Orig() string + type RelationSet []*Relation + func Relations(raw *ast.RawStmt) (*ast.RawStmt, RelationSet, []source.Edit) + func (rs RelationSet) Find(node *ast.A_Const) (*Relation, bool)