blob: 970471d029ebdec74f209e1e768c3f38f9d65db3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include <yql/essentials/udfs/common/python/python_udf/python_udf.h>
namespace NPython {
void PrepareYqlModule();
void InitYqlModule(NYql::NUdf::EPythonFlavor pythonFlavor, bool standalone = true);
void TermYqlModule();
} // namspace NPython
|