atris opened a new pull request #8148: URL: https://github.com/apache/pinot/pull/8148
This PR implements the NOT operator. NOT operator is implemented in a generic manner i.e. it can support most underlying operators. The operator operates by "skipping" documents that are valid for the underlying predicate and iterating over all other valid docIDs. Support for LIKE operator is not present yet due to Calcite's slightly different parsing of the LIKE operator. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
