MCPcopy Create free account
hub / github.com/araddon/qlbridge / newRewriter

Function newRewriter

datasource/sqlite/sqlrewrite.go:22–28  ·  view source on GitHub ↗
(stmt *rel.SqlSelect)

Source from the content-addressed store, hash-verified

20}
21
22func newRewriter(stmt *rel.SqlSelect) *rewrite {
23 m := &rewrite{
24 sel: stmt,
25 result: rel.NewSqlSelect(),
26 }
27 return m
28}
29
30// WalkSourceSelect An interface implemented by this connection allowing the planner
31// to push down as much logic into mongo as possible

Callers 1

WalkSourceSelectMethod · 0.85

Calls 1

NewSqlSelectFunction · 0.92

Tested by

no test coverage detected