package
2.2.0-alpha.20190114+incompatible
Repository: https://github.com/ortery/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.