package
0.0.0-20220613080921-65fd79d85952
Repository: https://github.com/xqueries/xdb.git
Documentation: pkg.go.dev

# Packages

Package command defines a command model, known as the intermediary representation.
Package optimization provides command optimizations that are used by the compiler.

# Functions

New creates a new, ready to use compiler with the given options applied.

# Constants

ErrUnsupported indicates that something is not supported.

# Interfaces

Compiler describes a component that is able to convert an (*ast.SQLStmt) to a (command.Command).

# Type aliases

Error is a helper type for creating constant errors.
Option is a functional option that can be applied to a compiler.