mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update greatCircleDistance.cpp
This commit is contained in:
parent
28355114c0
commit
4482da9eb6
@ -272,7 +272,8 @@ private:
|
||||
dst_data.resize(input_rows_count);
|
||||
|
||||
auto arguments_copy = arguments;
|
||||
for (auto & argument : arguments_copy) {
|
||||
for (auto & argument : arguments_copy)
|
||||
{
|
||||
argument.column = argument.column->convertToFullColumnIfConst();
|
||||
argument.column = castColumn(argument, result_type);
|
||||
argument.type = result_type;
|
||||
|
Loading…
Reference in New Issue
Block a user