mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +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);
|
const ArraysDepths arrays_depths = getArraysDepths(args);
|
||||||
|
|
||||||
/// If the column is Array - return it. If the const Array - materialize it, keep ownership and return.
|
/// 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);
|
const ColumnArray * array = checkAndGetColumn<ColumnArray>(column);
|
||||||
if (!array)
|
if (!array)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user