| 31 | } |
| 32 | |
| 33 | type converter struct { |
| 34 | str strings.Builder |
| 35 | typeMap map[int64]*exprpb.Type |
| 36 | } |
| 37 | |
| 38 | func (con *converter) visit(expr *exprpb.Expr) error { |
| 39 | switch expr.ExprKind.(type) { |
nothing calls this directly
no outgoing calls
no test coverage detected