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

# Functions

MakeHashJoinerSpec creates a specification for columnar hash join operator.
NewCrossJoiner returns a vectorized cross join operator.
NewHashJoiner creates a new equality hash join operator on the left and right input tables.
NewMergeJoinOp returns a new merge join operator with the given spec that implements sort-merge join.

# Constants

HashJoinerInitialNumBuckets is the number of the hash buckets initially allocated by the hash table that is used by the in-memory hash joiner.

# Structs

HashJoinerSpec is the specification for a hash join operator.
NewHashJoinerArgs encompasses all arguments to NewHashJoiner call.