package
19.2.0-alpha.20190805+incompatible
Repository: https://github.com/jrote1/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.
RegisterOpaque registers an opaque handler for a specific statement type.
# 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.
# Type aliases
BuildOpaqueFn is a handler for building the metadata for an opaque statement.