mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
13 lines
264 B
C++
13 lines
264 B
C++
#pragma once
|
|
|
|
#include "messagequeue.h"
|
|
#include "calpontselectexecutionplan.h"
|
|
|
|
namespace qfe
|
|
{
|
|
// Takes ownership of the alloc'd ptr
|
|
// Returns an alloc'd mqc
|
|
messageqcpp::MessageQueueClient* sendCSEP(execplan::CalpontSelectExecutionPlan*);
|
|
|
|
} // namespace qfe
|