You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-05 15:41:14 +03:00
11 lines
195 B
C++
11 lines
195 B
C++
#pragma once
|
|
|
|
#include <unistd.h>
|
|
#include <string>
|
|
|
|
namespace qfe
|
|
{
|
|
void processCreateStmt(const std::string&, uint32_t);
|
|
void processDropStmt(const std::string&, uint32_t);
|
|
} // namespace qfe
|