Home
last modified time | relevance | path

Searched refs:RegexpNotILike (Results 1 – 15 of 15) sorted by relevance

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/exp/
H A Dcast.go43 func (c cast) RegexpNotILike(val interface{}) BooleanExpression { return regexpNotILike(c, val) } func
H A Dfunc.go63 func (sfe sqlFunctionExpression) RegexpNotILike(val interface{}) BooleanExpression { func
H A Dwindow_func.go81 func (swfe sqlWindowFunctionExpression) RegexpNotILike(val interface{}) BooleanExpression { func
H A Dliteral.go61 func (l literal) RegexpNotILike(val interface{}) BooleanExpression { return regexpNotILike(l, val) } func
H A Dexp_map.go149 exp = lhs.RegexpNotILike(op[opKey])
H A Dbitwise.go46 func (b bitwise) RegexpNotILike(val interface{}) BooleanExpression { return regexpNotILike(b, val) } func
H A Dexp_map_test.go122 …El: exp.NewExpressionList(exp.AndType, exp.NewExpressionList(exp.OrType, ident.RegexpNotILike("…
278 …El: exp.NewExpressionList(exp.OrType, exp.NewExpressionList(exp.OrType, ident.RegexpNotILike("b…
H A Dfunc_test.go63 …{Ex: fn.RegexpNotILike(pattern), Expected: exp.NewBooleanExpression(exp.RegexpNotILikeOp, fn, patt…
H A Dcast_test.go64 …{Ex: ce.RegexpNotILike(pattern), Expected: exp.NewBooleanExpression(exp.RegexpNotILikeOp, ce, patt…
H A Dbitwise_test.go67 …{Ex: be.RegexpNotILike(pattern), Expected: exp.NewBooleanExpression(exp.RegexpNotILikeOp, be, patt…
H A Dliteral_test.go65 …{Ex: le.RegexpNotILike(pattern), Expected: exp.NewBooleanExpression(exp.RegexpNotILikeOp, le, patt…
H A Dident.go195 func (i identifier) RegexpNotILike(val interface{}) BooleanExpression { return regexpNotILike(i, va… func
H A Dwindow_func_test.go89 …{Ex: wf.RegexpNotILike(pattern), Expected: exp.NewBooleanExpression(exp.RegexpNotILikeOp, wf, patt…
H A Dexp.go86 RegexpNotILike(interface{}) BooleanExpression methodSpec
H A Dident_test.go224 …{Ex: ident.RegexpNotILike(pattern), Expected: exp.NewBooleanExpression(exp.RegexpNotILikeOp, ident…