mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
fix style
This commit is contained in:
parent
7449f4f68d
commit
21d523904b
@ -166,7 +166,8 @@ void FunctionArrayEnumerateRankedExtended<Derived>::executeImpl(
|
||||
const ArraysDepths arrays_depths = getArraysDepths(args);
|
||||
|
||||
/// If the column is Array - return it. If the const Array - materialize it, keep ownership and return.
|
||||
auto get_array_column = [&](const auto & column) -> const DB::ColumnArray * {
|
||||
auto get_array_column = [&](const auto & column) -> const DB::ColumnArray *
|
||||
{
|
||||
const ColumnArray * array = checkAndGetColumn<ColumnArray>(column);
|
||||
if (!array)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user