#pragma once #include #include namespace NYql::NDom { NUdf::THashType HashDom(const NUdf::TUnboxedValuePod value); bool EquateDoms(const NUdf::TUnboxedValuePod lhs, const NUdf::TUnboxedValuePod rhs); }