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 + type ColumnGetter interface + GetColumnNames func(ctx context.Context, query string) ([]string, error) + type Expander struct + func New(colGetter ColumnGetter, parser Parser, dialect format.Dialect) *Expander + func (e *Expander) Expand(ctx context.Context, query string) (string, error) + type Parser interface + Parse func(r io.Reader) ([]ast.Statement, error)