You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-4809 The patch replaces legacy scanning/filtering code with a number of templates that
simplifies control flow removing needless expressions
This commit is contained in:
@ -169,6 +169,14 @@ public:
|
||||
{
|
||||
return doJoin;
|
||||
}
|
||||
primitives::PrimitiveProcessor& getPrimitiveProcessor()
|
||||
{
|
||||
return pp;
|
||||
}
|
||||
uint32_t getOutMsgSize() const
|
||||
{
|
||||
return outMsgSize;
|
||||
}
|
||||
private:
|
||||
BatchPrimitiveProcessor();
|
||||
BatchPrimitiveProcessor(const BatchPrimitiveProcessor&);
|
||||
|
Reference in New Issue
Block a user