MCPcopy Index your code
hub / github.com/uber/aresdb / Rewrite

Method Rewrite

query/expr/ast.go:580–580  ·  view source on GitHub ↗
(Expr)

Source from the content-addressed store, hash-verified

578// The Rewrite() function is called once per expression.
579type Rewriter interface {
580 Rewrite(Expr) Expr
581}
582
583// Rewrite recursively invokes the rewriter to replace each expression.

Callers 2

RewriteFunction · 0.65

Implementers 2

AQLQueryContextquery/aql_context.go
QueryContextbroker/query_compiler.go

Calls

no outgoing calls

Tested by

no test coverage detected