MCPcopy Create free account
hub / github.com/brimdata/super / NewRegexpMatch

Function NewRegexpMatch

runtime/sam/expr/eval.go:211–213  ·  view source on GitHub ↗
(re *regexp.Regexp, e Evaluator)

Source from the content-addressed store, hash-verified

209}
210
211func NewRegexpMatch(re *regexp.Regexp, e Evaluator) *RegexpMatch {
212 return &RegexpMatch{re, e}
213}
214
215func (r *RegexpMatch) Eval(this super.Value) super.Value {
216 val := r.expr.Eval(this)

Callers 1

compileRegexpMatchMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected