package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

Expr normalizes the provided expr.
MakeConstantEvalVisitor creates a ConstantEvalVisitor instance.
MakeNormalizeVisitor creates a Visitor instance.

# Variables

DecimalOne represents the constant 1 as tree.DECIMAL.

# Structs

ConstantEvalVisitor replaces constant TypedExprs with the result of Eval.
Visitor supports the execution of Expr.