Versions in this module Expand all Collapse all v0 v0.0.1 Oct 1, 2021 Changes in this version + type Executor struct + func NewExecutor(db *models2.Database) *Executor + func (e *Executor) EnterNode(n ast.Node) bool + func (e *Executor) Exec(n ast.Node) interface{} + func (e *Executor) ExecDepSelect(selectExpr *ast.SelectExpr) interface{} + func (e *Executor) ExecSelect(selectExpr *ast.SelectExpr) (res interface{}) + func (e *Executor) LeaveNode(n ast.Node)