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

# Functions

New constructs an instance of the execution node builder using the given factory to construct nodes.

# Constants

ParallelScanResultThreshold is the number of results up to which, if the maximum number of results returned by a scan is known, the scan disables batch limits in the dist sender.

# Structs

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