Versions in this module Expand all Collapse all v0 v0.16.3 Nov 29, 2024 Changes in this version + func Build(query string, vschema ContextVSchema) (*engine.Plan, error) + func BuildColName(rcs []*resultColumn, index int) (*sqlparser.ColName, error) + func BuildFromStmt(query string, stmt sqlparser.Statement, vschema ContextVSchema, ...) (*engine.Plan, error) + func ResultFromNumber(rcs []*resultColumn, val *sqlparser.SQLVal) (int, error) + type ContextVSchema interface + DefaultKeyspace func() (*vindexes.Keyspace, error) + FindTable func(tablename sqlparser.TableName) (*vindexes.Table, string, topodatapb.TabletType, key.Destination, error) + FindTablesOrVindex func(tablename sqlparser.TableName) ([]*vindexes.Table, vindexes.Vindex, string, topodatapb.TabletType, ...) + TargetString func() string