summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/stat/static/static_udf.cpp
blob: 571d3ca8d2a7e90ae79820068878a3679afaae36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "stat_udf.h"

namespace NYql {
namespace NUdf {
NUdf::TUniquePtr<NUdf::IUdfModule> CreateStatModule() {
    return new TStatModule();
}

} // namespace NUdf
} // namespace NYql