Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(o *Options)
Option represents a planner option
func WithExprListener ¶ added in v0.2.0
func WithExprListener(listener notify.ExprListener) Option
WithExprListener returns an option for setting the expression listener
func WithStmtListener ¶ added in v0.2.0
func WithStmtListener(listener notify.StmtListener) Option
WithStmtListener sets the statement listener
func WithTracker ¶ added in v0.2.0
WithTracker sets the tracker
type Options ¶
type Options struct {
notify.StmtListener
Tracker *notify.Tracker
notify.ExprListener
// contains filtered or unexported fields
}
Options represents planner options
func NewOptions ¶ added in v0.2.0
NewOptions returns a new options
Click to show internal directories.
Click to hide internal directories.