Documentation
¶
Overview ¶
Package compile provides DQL-to-shape compilation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompileError ¶
type CompileError struct {
Diagnostics []*dqlshape.Diagnostic
}
CompileError represents one or more compilation diagnostics.
func (*CompileError) Error ¶
func (e *CompileError) Error() string
type DQLCompiler ¶
type DQLCompiler struct{}
DQLCompiler compiles raw DQL into a shape plan that can be materialized by shape/load.
func (*DQLCompiler) Compile ¶
func (c *DQLCompiler) Compile(_ context.Context, source *shape.Source, opts ...shape.CompileOption) (*shape.PlanResult, error)
Compile implements shape.DQLCompiler.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.