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:
@ -201,7 +201,13 @@ class DistributedEngineComm
|
||||
return fRm->getPsCount() * cpp;
|
||||
}
|
||||
|
||||
bool isExeMgrDEC() const
|
||||
{
|
||||
return fIsExeMgr;
|
||||
}
|
||||
|
||||
messageqcpp::Stats getNetworkStats(uint32_t uniqueID);
|
||||
void addDataToOutput(messageqcpp::SBS sbs);
|
||||
|
||||
friend class ::TestDistributedEngineComm;
|
||||
|
||||
@ -251,7 +257,6 @@ class DistributedEngineComm
|
||||
*
|
||||
*/
|
||||
void addDataToOutput(messageqcpp::SBS, uint32_t connIndex, messageqcpp::Stats* statsToAdd);
|
||||
|
||||
/** @brief Writes data to the client at the index
|
||||
*
|
||||
* Continues trying to write data to the client at the next index until all clients have been tried.
|
||||
|
Reference in New Issue
Block a user