#pragma once #include namespace DB { /** Проверить, что типы совместимые. */ bool typesAreCompatible(const IDataType& lhs, const IDataType& rhs); }