package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/cockroach.git
Documentation: pkg.go.dev

# Functions

New creates a new Builder structure initialized with the given parsed SQL statement.
NewScalar creates a new ScalarBuilder.

# Structs

Builder holds the context needed for building a memo structure from a SQL statement.
ScalarBuilder is a specialized variant of Builder that can be used to create a scalar from a TypedExpr.