Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove BIGINT type redirection from PrecomputedHashGenerator
BIGINT.getLong is called with multiple Block types i.e. not only LongArrayBlock but also DictionaryBlock, RunLengthEncodedBlock. This sometime confuses JIT to do virtual call in the PrecomputedHashGenerator even if the PrecomputedHashGenerator is only called with LongArrayBlock and the call to PrecomputedHashGenerator is inlined.
- Loading branch information