#pragma once #include #include #include #include #include #include #include namespace NYql { namespace NUdf { void FillProtoFromValue(const NKikimr::NUdf::TUnboxedValuePod& source, NProtoBuf::Message& target, const NKikimr::NUdf::TProtoInfo& info); } // namespace NUdf } // namespace NYql