blob: 48aab894741bbb4c41fb251db201bf9930fd4c24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include <yql/essentials/public/udf/udf_types.h>
#include <yql/essentials/public/udf/udf_value_builder.h>
namespace NYql::NDom {
NUdf::TUnboxedValuePod MakeDom(const NUdf::ITypeInfoHelper* typeHelper, const NUdf::TType* shape, const NUdf::TUnboxedValuePod value, const NUdf::IValueBuilder* valueBuilder);
}
|