diff --git a/src/Functions/array/arrayIndex.h b/src/Functions/array/arrayIndex.h index 13370424320..3dd6a73abba 100644 --- a/src/Functions/array/arrayIndex.h +++ b/src/Functions/array/arrayIndex.h @@ -734,7 +734,7 @@ private: } /** - * Catches arguments of type LC(T), LC(Nullable(T)) and so on. + * Catches arguments of type LC(T). */ bool executeLowCardinality(Block & block, const ColumnNumbers & arguments, size_t result) const {