Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
And
Function · 0.65
EncodeContainedInvertedIndexSpans
Function · 0.65
encodeContainingInvertedIndexSpans
Method · 0.65
encodeContainingInvertedIndexSpans
Method · 0.65
getInvertedExpr
Method · 0.65
Implementers
2
SpanExpression
pkg/sql/inverted/expression.go
NonInvertedColExpression
pkg/sql/inverted/expression.go
Calls
no outgoing calls
Tested by
no test coverage detected