peel.h 398 B

1234567891011
  1. #pragma once
  2. #include <yql/essentials/public/udf/udf_types.h>
  3. #include <yql/essentials/public/udf/udf_value_builder.h>
  4. namespace NYql::NDom {
  5. template<bool Strict, bool AutoConvert>
  6. NUdf::TUnboxedValuePod PeelDom(const NUdf::ITypeInfoHelper* typeHelper, const NUdf::TType* shape, const NUdf::TUnboxedValuePod value, const NUdf::IValueBuilder* valueBuilder, const NUdf::TSourcePosition& pos);
  7. }