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