CLICKHOUSE-4652 Simpler

This commit is contained in:
proller 2019-09-12 22:52:24 +03:00
parent 938f1e1447
commit 0d6612d424

View File

@ -336,10 +336,6 @@ void FunctionArrayEnumerateRankedExtended<Derived>::executeMethodImpl(
/// Skipping offsets if no data in this array
if (prev_off == off)
{
if (depth_to_look > 2)
want_clear = true;
if (depth_to_look >= 2)
{
/// Advance to the next element of the parent array.