fix style-check

This commit is contained in:
Anton Popov 2023-04-21 12:32:35 +00:00
parent 1f58dcabae
commit b321479af4
2 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,6 @@ namespace DB
namespace ErrorCodes
{
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int LOGICAL_ERROR;
}

View File

@ -6,6 +6,13 @@
namespace DB
{
namespace ErrorCodes
{
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int LOGICAL_ERROR;
}
/** Sort arrays, by values of its elements, or by values of corresponding elements of calculated expression (known as "schwartzsort").
*/
template <bool positive, bool is_partial>