MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / SetNotTight

Method SetNotTight

pkg/sql/inverted/expression.go:293–293  ·  view source on GitHub ↗

SetNotTight sets tight to false.

()

Source from the content-addressed store, hash-verified

291 IsTight() bool
292 // SetNotTight sets tight to false.
293 SetNotTight()
294 // Copy makes a copy of the inverted expression.
295 Copy() Expression
296}

Callers 5

AndFunction · 0.65
getInvertedExprMethod · 0.65

Implementers 2

SpanExpressionpkg/sql/inverted/expression.go
NonInvertedColExpressionpkg/sql/inverted/expression.go

Calls

no outgoing calls

Tested by

no test coverage detected