#pragma once #include namespace DB { /// getLeastSupertype + related column changes ColumnWithTypeAndName getLeastSuperColumn(const std::vector & columns); }