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.
()
| 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. |
no outgoing calls
no test coverage detected