blob: 3fa8d9774bb7efec3576f64469b4074593413488 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include "udf_types.h"
namespace NYql {
namespace NUdf {
ITypeVisitor::ITypeVisitor()
{}
ITypeInfoHelper::ITypeInfoHelper()
{}
} // namspace NUdf
} // namspace NYql
|