Versions in this module Expand all Collapse all v1 v1.0.1 Jul 26, 2026 v1.0.0 Jul 26, 2026 Changes in this version + const KindColumn + const KindFunction + const KindKeyword + const KindTable + func DotTable(input string, cursor int, sc Schema) (string, bool) + func Keywords() []string + type Engine struct + func NewEngine() (*Engine, error) + func (e *Engine) Close() error + func (e *Engine) Query(q string) (*data.Frame, error) + func (e *Engine) Register(name string, f *data.Frame) error + func (e *Engine) TableColumns() (map[string][]string, error) + func (e *Engine) Tables() ([]string, error) + func (e *Engine) Unregister(name string) error + type Schema struct + Current []string + Tables map[string][]string + type Suggestion struct + Detail string + Kind string + Text string + func Suggest(input string, cursor int, sc Schema) []Suggestion