MCPcopy
hub / github.com/cayleygraph/cayley / SetRegexpOp

Method SetRegexpOp

graph/sql/optimizer.go:38–40  ·  view source on GitHub ↗
(op CmpOp)

Source from the content-addressed store, hash-verified

36}
37
38func (opt *Optimizer) SetRegexpOp(op CmpOp) {
39 opt.regexpOp = op
40}
41
42func (opt *Optimizer) NoOffsetWithoutLimit() {
43 opt.noOffsetWithoutLimit = true

Callers 1

NewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected