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

Method IsTight

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

IsTight returns whether the inverted expression is tight, i.e., will the original expression not need to be reevaluated on each row output by the query evaluation over the inverted index.

()

Source from the content-addressed store, hash-verified

289 // original expression not need to be reevaluated on each row output by the
290 // query evaluation over the inverted index.
291 IsTight() bool
292 // SetNotTight sets tight to false.
293 SetNotTight()
294 // Copy makes a copy of the inverted expression.

Callers 3

AndFunction · 0.65
OrFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected