- #pragma once
- #include <yt/yql/plugin/plugin.h>
- namespace NYT::NYqlPlugin {
- ////////////////////////////////////////////////////////////////////////////////
- std::unique_ptr<IYqlPlugin> CreateYqlPlugin(TYqlPluginOptions options) noexcept;
- ////////////////////////////////////////////////////////////////////////////////
- } // namespace NYT::NYqlPlugin
|