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

Method visitComprehension

cel2sql.go:564–568  ·  view source on GitHub ↗
(expr *exprpb.Expr)

Source from the content-addressed store, hash-verified

562}
563
564func (con *converter) visitComprehension(expr *exprpb.Expr) error {
565 // TODO: introduce a macro expansion map between the top-level comprehension id and the
566 // function call that the macro replaces.
567 return fmt.Errorf("unimplemented : %v", expr)
568}
569
570func (con *converter) visitConst(expr *exprpb.Expr) error {
571 c := expr.GetConstExpr()

Callers 1

visitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected