Skip to main content

Module default_expr

Module default_expr 

Source
Expand description

DefaultExpr — column default expression.

Three kinds:

Real AST normalization (cast stripping, paren folding, commutative-operand sorting) lands in phase 2 once pg_query is wired in. Phase 1 ships the structural types.

Structs§

NormalizedExpr
A normalized SQL expression — its canonical text plus a hash of the canonical AST.

Enums§

DefaultExpr
A column-default expression.
LiteralValue
A typed literal default value.