aboutsummaryrefslogtreecommitdiffstats
path: root/yt/yql/plugin/native/plugin.h
blob: c930e56ba1f8700672d45cc6beb7bb56689f5701 (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