You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-5152 This patch enables PP to put ByteStreams into DEC input queue directly for a local PP-EM connection
This commit is contained in:
@ -137,7 +137,7 @@ class BatchPrimitiveProcessorJL
|
||||
void addElementType(const StringElementType&, uint32_t dbroot);
|
||||
// void setRowGroupData(const rowgroup::RowGroup &);
|
||||
|
||||
void runBPP(messageqcpp::ByteStream&, uint32_t pmNum);
|
||||
void runBPP(messageqcpp::ByteStream&, uint32_t pmNum, bool isExeMgrDEC);
|
||||
void abortProcessing(messageqcpp::ByteStream*);
|
||||
|
||||
/* After serializing a BPP object, reset it and it's ready for more input */
|
||||
|
Reference in New Issue
Block a user