package
20.1.0-rc.2+incompatible
Repository: https://github.com/cargillb/cockroachdb.git
Documentation: pkg.go.dev

# Functions

New constructs an instance of the execution node builder using the given factory to construct nodes.
ReplaceVars replaces the VariableExprs within a RelExpr with constant Datums provided by the vars map, which maps opt column id for each VariableExpr to replace to the Datum that should replace it.

# Structs

Builder constructs a tree of execution nodes (exec.Node) from an optimized expression tree (opt.Expr).