package
19.1.0-rc.1+incompatible
Repository: https://github.com/dchenk/cockroach.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).