mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
13 lines
193 B
C++
13 lines
193 B
C++
#pragma once
|
|
|
|
#include <unistd.h>
|
|
#include <string>
|
|
|
|
#include "calpontselectexecutionplan.h"
|
|
|
|
namespace qfe
|
|
{
|
|
execplan::CalpontSelectExecutionPlan* parseQuery(const std::string&, uint32_t);
|
|
|
|
}
|