blob: a80528e7004b63897a2fa28b716c7db3e82ee65d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#pragma once
#include <yt/yql/plugin/plugin.h>
namespace NYT::NYqlPlugin {
////////////////////////////////////////////////////////////////////////////////
std::unique_ptr<IYqlPlugin> CreateYqlPlugin(TYqlPluginOptions& options) noexcept;
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT::NYqlPlugin
|