package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
New constructs an instance of the execution node builder using the given factory to construct nodes.
# Constants
NumRecordedJoinTypes includes all join types except for descpb.RightSemiJoin and descpb.RightAntiJoin, which are recorded as left joins.
# Structs
Builder constructs a tree of execution nodes (exec.Node) from an optimized expression tree (opt.Expr).
IndexesUsed is a list of indexes used in a query.