MCPcopy Create free account
hub / github.com/cockscomb/cel2sql / converter

Struct converter

cel2sql.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type converter struct {
34 str strings.Builder
35 typeMap map[int64]*exprpb.Type
36}
37
38func (con *converter) visit(expr *exprpb.Expr) error {
39 switch expr.ExprKind.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected