NonInvertedColExpression is an expression to use for parts of the user expression that do not involve the inverted index.
| 468 | // NonInvertedColExpression is an expression to use for parts of the |
| 469 | // user expression that do not involve the inverted index. |
| 470 | type NonInvertedColExpression struct{} |
| 471 | |
| 472 | var _ Expression = NonInvertedColExpression{} |
| 473 |
nothing calls this directly
no outgoing calls
no test coverage detected