EncVal is the encoded form of a value in the inverted column. This library does not care about how the value is encoded. The following encoding comment is only relevant for integration purposes, and to justify the use of an encoded form. If the inverted column stores an encoded datum, the encoding
| 45 | // behavior in makeStringPrefixSpan(), except there we can represent the start |
| 46 | // and end keys using the string type. |
| 47 | type EncVal []byte |
| 48 | |
| 49 | // High-level context: |
| 50 | // |
no outgoing calls
no test coverage detected