You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-4809 This patch introduces vectorized scanning/filtering for short CHAR/VARCHAR columns
Short CHAR/VARCHAR column values contain integer-encoded strings. After certain manipulations(orderSwap(strnxfrm(str))) the values become integers that preserve original strings order relation according to a certain translation rules(collation). Prepared values are ready to be SIMD-processed.
This commit is contained in:
@ -30,6 +30,7 @@ class SimdProcessorTypedTest : public testing::Test {
|
||||
using IntegralType = T;
|
||||
public:
|
||||
|
||||
|
||||
void SetUp() override
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user