1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-04-18 21:44:02 +03:00
2022-01-21 16:43:49 +00:00

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);
}