hyrise
hyrise copied to clipboard
Incorrect naming: `BaseVectorDecompressor`, `BaseVectorCompressor`
According to the contribution guidelines, BaseVectorDecompressor
should actually be named AbstractVectorDecompressor
since it is a base class for multiple differing implementations.
It's the same with BaseVectorCompressor
.