#pragma once #include namespace DB { /// Check that type 'from' can be implicitly converted to type 'to'. bool isConvertableTypes(const DataTypePtr & from, const DataTypePtr & to); }